[Cmake-commits] [cmake-commits] martink committed cmTest.cxx 1.14 1.15

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 4 13:16:32 EDT 2009


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

Modified Files:
	cmTest.cxx 
Log Message:
ENH: change to CDASH


Index: cmTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTest.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** cmTest.cxx	3 Apr 2009 15:41:33 -0000	1.14
--- cmTest.cxx	4 Aug 2009 17:16:30 -0000	1.15
***************
*** 122,127 ****
    cm->DefineProperty
      ("MEASUREMENT", cmProperty::TEST, 
!      "Specify a DART measurement and value to be reported for a test.",
!      "If set to a name then that name will be reported to DART as a "
       "named measurement with a value of 1. You may also specify a value "
       "by setting MEASUREMENT to \"measurement=value\".");
--- 122,127 ----
    cm->DefineProperty
      ("MEASUREMENT", cmProperty::TEST, 
!      "Specify a CDASH measurement and value to be reported for a test.",
!      "If set to a name then that name will be reported to CDASH as a "
       "named measurement with a value of 1. You may also specify a value "
       "by setting MEASUREMENT to \"measurement=value\".");
***************
*** 140,144 ****
       "the specified number of seconds to run. If it exceeds that the "
       "test process will be killed and ctest will move to the next test. "
!      "This setting takes precedence over DART_TESTING_TIMEOUT and "
       "CTEST_TESTING_TIMEOUT.");
  
--- 140,144 ----
       "the specified number of seconds to run. If it exceeds that the "
       "test process will be killed and ctest will move to the next test. "
!      "This setting takes precedence over "
       "CTEST_TESTING_TIMEOUT.");
  



More information about the Cmake-commits mailing list