[Cmake-commits] [cmake-commits] zach.mullen committed cmSetTestsPropertiesCommand.h 1.15 1.16

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 15 12:07:24 EST 2009


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

Modified Files:
	cmSetTestsPropertiesCommand.h 
Log Message:
CTest-side changes to allow users to attach arbitrary files to test results that will be submitted to cdash using the ATTACHED_FILES test property.


Index: cmSetTestsPropertiesCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetTestsPropertiesCommand.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** cmSetTestsPropertiesCommand.h	10 Dec 2009 20:37:04 -0000	1.15
--- cmSetTestsPropertiesCommand.h	15 Dec 2009 17:07:15 -0000	1.16
***************
*** 75,80 ****
        "any other tests. This should be used in conjunction with "
        "the ctest_test PARALLEL_LEVEL option.\n"
!       "REQUIRED_FILE: Set this to a file that must exist in order for the "
!       "test to be run.\n";
      }
  
--- 75,83 ----
        "any other tests. This should be used in conjunction with "
        "the ctest_test PARALLEL_LEVEL option.\n"
!       "REQUIRED_FILES: Set this to a list of files that must exist in order "
!       "for the test to be run.\n"
!       "ATTACHED_FILES: Set this property to a list of files that will be "
!       "encoded and submitted to the dashboard as an addition to the test "
!       "result.\n";
      }
  



More information about the Cmake-commits mailing list