Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not hard-code number of jobs to 1 when running ctest
This allows running tests in parallel using the --ctest-args option with an invocation like this: build.py ... --stages test --ctest-args "--parallel 8" -- .
- Loading branch information