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

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 3 11:14:18 EDT 2009


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

Modified Files:
	cmSetTestsPropertiesCommand.h 
Log Message:
Fixed warnings


Index: cmSetTestsPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** cmSetTestsPropertiesCommand.h	3 Sep 2009 14:47:14 -0000	1.9
--- cmSetTestsPropertiesCommand.h	3 Sep 2009 15:14:13 -0000	1.10
***************
*** 69,76 ****
        "  Example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\"\n"
        "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";
      }
  
--- 69,79 ----
        "  Example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\"\n"
        "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"
!       "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";
      }
  



More information about the Cmake-commits mailing list