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
I have a project with many (many!) tests, defined via ctest. Running the command with ctrl+shift+bctest will invoke CTets with no arguments and therefore run all of them.
usually what I would like to do is to run only a relevant subset of them via ctest -R my_test_pattern.
I know that I can specify cli parameters for ctest in the config, but having the opportunity to specify them directly when calling the build command somehow would simplify this significantly.
The text was updated successfully, but these errors were encountered:
I have a project with many (many!) tests, defined via
ctest
. Running the command withctrl+shift+b
ctest
will invoke CTets with no arguments and therefore run all of them.usually what I would like to do is to run only a relevant subset of them via
ctest -R my_test_pattern
.I know that I can specify cli parameters for ctest in the config, but having the opportunity to specify them directly when calling the build command somehow would simplify this significantly.
The text was updated successfully, but these errors were encountered: