[Cmake-commits] [cmake-commits] king committed cmTest.cxx 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 7 10:41:39 EST 2009


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

Modified Files:
	cmTest.cxx 
Log Message:
ENH: Teach CTest to submit test property LABELS

This teaches CTest to send the test property "LABELS" in Test.xml
dashboard submissions as Label elements inside a Labels element.


Index: cmTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTest.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** cmTest.cxx	1 Apr 2008 18:22:07 -0000	1.10
--- cmTest.cxx	7 Jan 2009 15:41:37 -0000	1.11
***************
*** 111,114 ****
--- 111,119 ----
  
    cm->DefineProperty
+     ("LABELS", cmProperty::TEST,
+      "Specify a list of text labels associated with a test.",
+      "The list is reported in dashboard submissions.");
+ 
+   cm->DefineProperty
      ("MEASUREMENT", cmProperty::TEST, 
       "Specify a DART measurement and value to be reported for a test.",



More information about the Cmake-commits mailing list