Options (3)
-j, --parallelbooleanRun all tests defined in the CMake project, executing 4 [j]obs at a time in parallel
Example:
ctest {{[-j|--parallel]}} {{4}} --output-on-failure-N, --show-onlybooleanList available tests
Example:
ctest {{[-N|--show-only]}}-R, --tests-regexbooleanRun a single test based on its name, or filter on a `regex`
Example:
ctest --output-on-failure {{[-R|--tests-regex]}} '^{{test_name}}$'made by @shridhargupta | data from tldr-pages