mbed-tools icon indicating copy to clipboard operation
mbed-tools copied to clipboard

CTest integration: Add option to list all tests

Open LDong-Arm opened this issue 4 years ago • 0 comments

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

LDong-Arm avatar Jul 01 '21 13:07 LDong-Arm