diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-01-25 16:16:16 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-01-25 16:16:16 (GMT) |
commit | 2f84bd17581920eb5cbfc3b41e8cf477ba6a5853 (patch) | |
tree | 1fa8c0947593a749be89f78ec053eb3ce23f14e8 /Source/ctest.cxx | |
parent | f71ad851d81649c59a8f4724d72ba4c935cdefce (diff) | |
download | CMake-2f84bd17581920eb5cbfc3b41e8cf477ba6a5853.zip CMake-2f84bd17581920eb5cbfc3b41e8cf477ba6a5853.tar.gz CMake-2f84bd17581920eb5cbfc3b41e8cf477ba6a5853.tar.bz2 |
ENH: added per test timeout support
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index d55597f..77d9fee 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -148,7 +148,7 @@ static const cmDocumentationEntry cmDocumentationOptions[] = "complete. Other options that affect this mode are --build-target " "--build-nocmake, --build-run-dir, " "--build-two-config, --build-exe-dir, --build-project," - "--build-noclean, --build-options"}, + "--build-noclean, --build-options, --test-timeout"}, {"--build-target", "Specify a specific target to build.", "This option goes with the --build-and-test option, if left out the all " "target is built." }, @@ -168,6 +168,8 @@ static const cmDocumentationEntry cmDocumentationOptions[] = {"--test-command", "The test to run with the --build-and-test option.", "" }, + {"--test-timeout", "The time limit in seconds for --test-command.", "" + }, {"--tomorrow-tag", "Nightly or experimental starts with next day tag.", "This is useful if the build will not finish in one day." }, {"--ctest-config", "The configuration file used to initialize CTest state " |