summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestRunTest.h
diff options
context:
space:
mode:
authorMichael Wegner <michael_wegner@apple.com>2018-09-08 22:36:00 (GMT)
committerBrad King <brad.king@kitware.com>2018-09-25 12:20:57 (GMT)
commit62fbe5002aa23c7591e325e622e62a2d1ed789be (patch)
tree5a865631c9d43f6c8768f08b9d7d83e4d6ff12da /Source/CTest/cmCTestRunTest.h
parent02c5091c905964b529020070b4b24616d8a3fbd8 (diff)
downloadCMake-62fbe5002aa23c7591e325e622e62a2d1ed789be.zip
CMake-62fbe5002aa23c7591e325e622e62a2d1ed789be.tar.gz
CMake-62fbe5002aa23c7591e325e622e62a2d1ed789be.tar.bz2
cmCTestRunTest: Thread number of completed tests through start APIs
Diffstat (limited to 'Source/CTest/cmCTestRunTest.h')
-rw-r--r--Source/CTest/cmCTestRunTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h
index 8e24834..ab8b0da 100644
--- a/Source/CTest/cmCTestRunTest.h
+++ b/Source/CTest/cmCTestRunTest.h
@@ -65,7 +65,7 @@ public:
void CompressOutput();
// launch the test process, return whether it started correctly
- bool StartTest(size_t total);
+ bool StartTest(size_t completed, size_t total);
// capture and report the test results
bool EndTest(size_t completed, size_t total, bool started);
// Called by ctest -N to log the command string
@@ -73,7 +73,7 @@ public:
void ComputeWeightedCost();
- bool StartAgain();
+ bool StartAgain(size_t completed);
void StartFailure(std::string const& output);