[Cmake-commits] [cmake-commits] zach.mullen committed cmSetTestsPropertiesCommand.h 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 3 10:47:16 EDT 2009


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

Modified Files:
	cmSetTestsPropertiesCommand.h 
Log Message:
ENH: Added PARALLEL_LEVEL option for ctest_memcheck().  Added PROCESSORS option to set_tests_properties (implementation to come).


Index: cmSetTestsPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** cmSetTestsPropertiesCommand.h	23 Jan 2008 15:27:59 -0000	1.8
--- cmSetTestsPropertiesCommand.h	3 Sep 2009 14:47:14 -0000	1.9
***************
*** 70,73 ****
--- 70,76 ----
        "Both PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION expect a "
        "list of regular expressions.\n";
+       "PROCESSORS: Denotes the number of processors that this test will "
+       "require. This is typically used for MPI tests, and should be used in "
+       "conjunction with the ctest_test PARALLEL_LEVEL option.\n";
      }
  



More information about the Cmake-commits mailing list