summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.h
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-12-15 17:07:15 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-12-15 17:07:15 (GMT)
commitdc66139f7c03a348fca8f7771ebc3e23eb9361d3 (patch)
treed533f37d8239afa4fd9d68c32f42c7df87314032 /Source/cmSetTestsPropertiesCommand.h
parenta830786c4438650c2efa5047210d184188ff4db8 (diff)
downloadCMake-dc66139f7c03a348fca8f7771ebc3e23eb9361d3.zip
CMake-dc66139f7c03a348fca8f7771ebc3e23eb9361d3.tar.gz
CMake-dc66139f7c03a348fca8f7771ebc3e23eb9361d3.tar.bz2
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.
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r--Source/cmSetTestsPropertiesCommand.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h
index 296236c..2893f84 100644
--- a/Source/cmSetTestsPropertiesCommand.h
+++ b/Source/cmSetTestsPropertiesCommand.h
@@ -74,8 +74,11 @@ public:
"RUN_SERIAL: If set to true, this test will not run in parallel with "
"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";
+ "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";
}
cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand);