CMakeBuilder icon indicating copy to clipboard operation
CMakeBuilder copied to clipboard

Allow specifying command line parameters "on the fly"

Open simonspa opened this issue 1 year ago • 0 comments

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.

simonspa avatar Jun 13 '23 18:06 simonspa