MantisBT - CMake
View Issue Details
0014229CMakeCTestpublic2013-06-18 09:362016-06-10 14:31
Jan Kundrát 
Kitware Robot 
normalminoralways
closedmoved 
CMake 2.8.10.2 
 
0014229: Parallel test execution via `make -j test` or `make -j 666 test` has no effect on CTest
The common way to invoke tests in parallel is via calling e.g. `make -j 4 test`. This does not work with cmake-generated test target; one has to call `ctest -j 4` or `make test ARGS="-j 4"`.
No tags attached.
Issue History
2013-06-18 09:36Jan KundrátNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042301
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042301)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.