CMakeBuilder
CMakeBuilder copied to clipboard
Allow specifying command line parameters "on the fly"
I have a project with many (many!) tests, defined via ctest
. Running the command with ctrl+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.