MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014229 | CMake | CTest | public | 2013-06-18 09:36 | 2016-06-10 14:31 |
Reporter | Jan Kundrát | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.10.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014229: Parallel test execution via `make -j test` or `make -j 666 test` has no effect on CTest | ||||
Description | 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"`. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-06-18 09:36 | Jan Kundrát | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042301 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|