summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-01-27 15:47:37 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-01-27 15:47:37 (GMT)
commit6fd51bc29d6d59fe1923e2dd8695ef3717bbe7a8 (patch)
tree0dcd5aaae22e1355135ead7c5ccf4c3fc2d7539f /Source
parent62b310bc52b9feefab32992f7bcebaecbf3aa857 (diff)
downloadCMake-6fd51bc29d6d59fe1923e2dd8695ef3717bbe7a8.zip
CMake-6fd51bc29d6d59fe1923e2dd8695ef3717bbe7a8.tar.gz
CMake-6fd51bc29d6d59fe1923e2dd8695ef3717bbe7a8.tar.bz2
ENH: added missing documentation
Diffstat (limited to 'Source')
-rw-r--r--Source/ctest.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index b76ba9b..74469be 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -73,6 +73,14 @@ static const cmDocumentationEntry cmDocumentationOptions[] =
"a dashboard test. All tests are ModeTest, where Mode can be Experimental, "
"Nightly, and Continuous, and Test can be Start, Update, Configure, "
"Build, Test, Coverage, and Submit."},
+ {"-M <TestModel>", "Sets the model for a dashboard",
+ "This option tells ctest to act as a Dart client "
+ "where the TestModel can be Experimental, "
+ "Nightly, and Continuous. Combining -M and -T is similar to -D"},
+ {"-T <action>", "Sets the dashboard action to perform",
+ "This option tells ctest to act as a Dart client "
+ "and perform some action such as start, build, test etc. "
+ "Combining -M and -T is similar to -D"},
{"-S <ConfigScript>", "Execute a dashboard for a configuration",
"This option tells ctest to load in a configuration script which sets "
"a number of parameters such as the binary and source directories. Then "