[Cmake-commits] [cmake-commits] zach.mullen committed cmSetTestsPropertiesCommand.h 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 7 10:26:19 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv29390

Modified Files:
	cmSetTestsPropertiesCommand.h 
Log Message:
ENH: Added ctest test options PROCESSORS and RUN_SERIAL.  These allow specification of resource allocation for given tests running with the ctest -j N option.  RUN_SERIAL ensures that a given test does not run in parallel with any other test.  Also forced appending of "..." to the longest test name in ctest.


Index: cmSetTestsPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** cmSetTestsPropertiesCommand.h	3 Sep 2009 15:14:13 -0000	1.10
--- cmSetTestsPropertiesCommand.h	7 Sep 2009 14:26:17 -0000	1.11
***************
*** 74,78 ****
        "conjunction with the ctest_test PARALLEL_LEVEL option.\n"
        "EXPENSIVE: If set to true, this test will be run before tests that "
!       "are not marked as expensive.  This should be used in conjunction with "
        "the ctest_test PARALLEL_LEVEL option.\n";
      }
--- 74,81 ----
        "conjunction with the ctest_test PARALLEL_LEVEL option.\n"
        "EXPENSIVE: If set to true, this test will be run before tests that "
!       "are not marked as expensive. This should be used in conjunction with "
!       "the ctest_test PARALLEL_LEVEL option.\n"
!       "RUN_SERIAL: If set to true, this test will not run in parallel with "
!       "any other tests. This should be used in conjunction with "
        "the ctest_test PARALLEL_LEVEL option.\n";
      }



More information about the Cmake-commits mailing list