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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to