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/cmCTestRunTest.h | |
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/cmCTestRunTest.h')
-rw-r--r-- | Source/CTest/cmCTestRunTest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h index ab8b0da..48a5064 100644 --- a/Source/CTest/cmCTestRunTest.h +++ b/Source/CTest/cmCTestRunTest.h @@ -94,6 +94,9 @@ private: // Run post processing of the process output for MemCheck void MemCheckPostProcess(); + // Returns "completed/total Test #Index: " + std::string GetTestPrefix(size_t completed, size_t total) const; + cmCTestTestHandler::cmCTestTestProperties* TestProperties; bool TimeoutIsForStopTime = false; // Pointer back to the "parent"; the handler that invoked this test run |