summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.h
diff options
context:
space:
mode:
authorMichael Wegner <michael_wegner@apple.com>2018-09-23 04:47:27 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-26 15:47:49 (GMT)
commitb3d5b8b3fb7b009f2d3d24811934c08fd7ccec69 (patch)
treeae39cccb7e4dfa7e0e86debf2cb8a4a98f49d2f5 /Source/CTest/cmCTestRunTest.h
parent62fbe5002aa23c7591e325e622e62a2d1ed789be (diff)
downloadCMake-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.h3
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