Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
6fd51bc2
Commit
6fd51bc2
authored
Jan 27, 2005
by
Ken Martin
Browse files
ENH: added missing documentation
parent
62b310bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
6fd51bc2
...
...
@@ -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 "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment