Skip to content

Added a macro to pass arguments to ctest, e.g. to run tests in parallel.

Example: To build and run 32 tests in parallel, build Eigen with:

cmake -DEIGEN_CTEST_ARGS=-j32 ../eigen
make -j32 check
Edited by Rasmus Munk Larsen

Merge request reports

Loading