diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-12 13:39:46 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 20:18:13 (GMT) |
commit | 1b612caafe6ffb8804fb8deac6cf877a9e7c5565 (patch) | |
tree | 224e3b3811a3c07e70bc9202c3d5db3c7b6c16ee /Source/ctest.cxx | |
parent | 6be15ed58b463b61c0ae99ccc960932c202d8605 (diff) | |
download | CMake-1b612caafe6ffb8804fb8deac6cf877a9e7c5565.zip CMake-1b612caafe6ffb8804fb8deac6cf877a9e7c5565.tar.gz CMake-1b612caafe6ffb8804fb8deac6cf877a9e7c5565.tar.bz2 |
Usage: Document -j|--parallel option in help message.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index cc11686..e168fb8 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -68,6 +68,10 @@ static const char * cmDocumentationOptions[][3] = {"-F", "Enable failover.", "This option allows ctest to resume a test " "set execution that was previously interrupted. If no interruption " "occurred, the -F option will have no effect."}, + {"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the" + "given number of jobs.", + "This option tells ctest to run the tests in parallel using given " + "number of jobs."}, {"-Q,--quiet", "Make ctest quiet.", "This option will suppress all the output. The output log file will " "still be generated if the --output-log is specified. Options such " |