summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestHandlerCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-20 15:51:03 -0500
committerBrad King <brad.king@kitware.com>2009-02-20 15:51:03 -0500
commit31e652059a1ccd86fb6ae26036bb0714e55fd2bb (patch)
treecdaf95429ff156646d73dd93341919f5b893895b /Source/CTest/cmCTestHandlerCommand.h
parentab1b9b45ff0940e37fe31380957ef970a70350bf (diff)
downloadcmake-31e652059a1ccd86fb6ae26036bb0714e55fd2bb.tar.gz
ENH: Document APPEND option in ctest_* commands
This adds documentation of the APPEND option to the configure, build, test, memcheck, and coverage commands. The docs leave specific semantics for the dashboard server to define.
Diffstat (limited to 'Source/CTest/cmCTestHandlerCommand.h')
-rw-r--r--Source/CTest/cmCTestHandlerCommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestHandlerCommand.h b/Source/CTest/cmCTestHandlerCommand.h
index dc123ba63e..7db3503ae6 100644
--- a/Source/CTest/cmCTestHandlerCommand.h
+++ b/Source/CTest/cmCTestHandlerCommand.h
@@ -74,4 +74,9 @@ protected:
size_t Last;
};
+#define CTEST_COMMAND_APPEND_OPTION_DOCS \
+ "The APPEND option marks results for append to those previously " \
+ "submitted to a dashboard server since the last ctest_start. " \
+ "Append semantics are defined by the dashboard server in use."
+
#endif