You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All testing targets are added with the add_test command. If a project pulling in mbed-benchtest as a dependency runs CTest, these tests will be included, which is not desired.
The solution can be as simple as adding an option to enable tests and keep them disabled by default.