diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 833cd96..d8e48b1 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -579,6 +579,9 @@ private: //! Output errors from a test void OutputTestErrors(std::vector<char> const& process_output); + int RunCMakeAndTest(std::string* output); + int ExecuteTests(); + bool SuppressUpdatingCTestConfiguration; bool Debug; |