diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2017-06-23 17:03:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-10 20:25:18 (GMT) |
commit | 47b3a57c9bc5c7db608bc3b59b139a902535255f (patch) | |
tree | 127d1fc54ab81e5f69848772c74b46af5a15c5ad /Help/manual/ctest.1.rst | |
parent | d385962419ea3109dd21093c2368379f5fb51722 (diff) | |
download | CMake-47b3a57c9bc5c7db608bc3b59b139a902535255f.zip CMake-47b3a57c9bc5c7db608bc3b59b139a902535255f.tar.gz CMake-47b3a57c9bc5c7db608bc3b59b139a902535255f.tar.bz2 |
Display subproject timing summary
Use the '--no-subproject-summary' option to disable timing summary.
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 16529e2..03466ce 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -250,6 +250,13 @@ Options label associated with the tests run. If there are no labels on the tests, nothing extra is printed. + ``--no-subproject-summary`` + Disable timing summary information for subprojects. + + This option tells ctest not to print summary information for each + subproject associated with the tests run. If there are no subprojects on the + tests, nothing extra is printed. + ``--build-and-test <path-to-source> <path-to-build>`` Configure, build and run a test. |