[cmake-developers] [CMake 0014229]: Parallel test execution via `make -j test` or `make -j 666 test` has no effect on CTest

Mantis Bug Tracker mantis at public.kitware.com
Tue Jun 18 09:36:44 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14229 
====================================================================== 
Reported By:                Jan Kundrát
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14229
Category:                   CTest
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-06-18 09:36 EDT
Last Modified:              2013-06-18 09:36 EDT
====================================================================== 
Summary:                    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"`.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-06-18 09:36 Jan Kundrát    New Issue                                    
======================================================================




More information about the cmake-developers mailing list