ARMmbed / mbed-tools

⚠️ Beta Status: New command line tooling for Mbed OS
Apache License 2.0
45 stars 30 forks source link

CTest integration: Add option to list all tests #294

Open LDong-Arm opened 3 years ago

LDong-Arm commented 3 years ago

Is your feature request related to a problem? Please describe.

We will soon be using CTest to automatically build all tests in Mbed OS with CMake and run them with greentea/htrun. While it will be possible to manually trigger them with a full ctest command line, an option in mbed-tools makes it user friendly.

This task is specific to listing all tests.

Describe the solution you'd like

Interfacing with the ctest command.

Describe alternatives you've considered

An alternative is running ctest directly, but as described above, a option in mbed-tools has been requested.

Additional context