diff options
Diffstat (limited to 'Source/CTest/cmCTestRunTest.h')
-rw-r--r-- | Source/CTest/cmCTestRunTest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h index ee888d3..ddba40d 100644 --- a/Source/CTest/cmCTestRunTest.h +++ b/Source/CTest/cmCTestRunTest.h @@ -47,8 +47,9 @@ public: cmCTestTestHandler::cmCTestTestResult GetTestResults() { return this->TestResult; } - bool IsRunning(); - void CheckOutput(); + // Read and store output. Returns true if it must be called again. + bool CheckOutput(); + //launch the test process, return whether it started correctly bool StartTest(); //capture and report the test results |