diff options
author | Michael Wegner <michael_wegner@apple.com> | 2018-09-23 04:47:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-26 15:47:49 (GMT) |
commit | b3d5b8b3fb7b009f2d3d24811934c08fd7ccec69 (patch) | |
tree | ae39cccb7e4dfa7e0e86debf2cb8a4a98f49d2f5 /Source/ctest.cxx | |
parent | 62fbe5002aa23c7591e325e622e62a2d1ed789be (diff) | |
download | CMake-b3d5b8b3fb7b009f2d3d24811934c08fd7ccec69.zip CMake-b3d5b8b3fb7b009f2d3d24811934c08fd7ccec69.tar.gz CMake-b3d5b8b3fb7b009f2d3d24811934c08fd7ccec69.tar.bz2 |
ctest: Add option for live progress summary in terminal
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index b338dea..ca8a776 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -27,6 +27,7 @@ static const char* cmDocumentationUsage[][2] = { { nullptr, static const char* cmDocumentationOptions[][2] = { { "-C <cfg>, --build-config <cfg>", "Choose configuration to test." }, + { "--progress", "Enable short progress output from tests." }, { "-V,--verbose", "Enable verbose output from tests." }, { "-VV,--extra-verbose", "Enable more verbose output from tests." }, { "--debug", "Displaying more verbose internals of CTest." }, |