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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 8 13:39:16 EDT 2009


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

Modified Files:
	cmSetTestsPropertiesCommand.h 
Log Message:
ENH: Replaced the EXPENSIVE test property with a COST test property taking a floating point value.  Tests are now started in descending order of their cost, which defaults to 0 if none is specified.


Index: cmSetTestsPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** cmSetTestsPropertiesCommand.h	7 Sep 2009 14:26:17 -0000	1.11
--- cmSetTestsPropertiesCommand.h	8 Sep 2009 17:39:13 -0000	1.12
***************
*** 73,79 ****
        "require. This is typically used for MPI tests, and should be used in "
        "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 "
--- 73,78 ----
        "require. This is typically used for MPI tests, and should be used in "
        "conjunction with the ctest_test PARALLEL_LEVEL option.\n"
!       "COST: Set this to a floating point value. Tests in a test set will be "
!       "run in descending order of cost.\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 "



More information about the Cmake-commits mailing list