Skip to content
GitLab
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
eca79814
Commit
eca79814
authored
Jun 05, 2014
by
Brad King
Browse files
Merge branch 'fix-ctest-option-summary' into release
parents
695ce684
6446eb09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
eca79814
...
...
@@ -44,7 +44,8 @@ static const char * cmDocumentationOptions[][2] =
{
"-V,--verbose"
,
"Enable verbose output from tests."
},
{
"-VV,--extra-verbose"
,
"Enable more verbose output from tests."
},
{
"--debug"
,
"Displaying more verbose internals of CTest."
},
{
"--output-on-failure"
},
{
"--output-on-failure"
,
"Output anything outputted by the test program "
"if the test should fail."
},
{
"-F"
,
"Enable failover."
},
{
"-j <jobs>, --parallel <jobs>"
,
"Run the tests in parallel using the"
"given number of jobs."
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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