diff options
author | Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> | 2016-06-28 22:04:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-05 15:19:00 (GMT) |
commit | 280d0a6947aee7d73404a3d5d0a795d490a781db (patch) | |
tree | ebb63d3b0a73e96147759dcddaca2943d9640abb /Source/cmCTest.h | |
parent | 898cb987b4a2ed027f7ec9308a128cab97feabf9 (diff) | |
download | CMake-280d0a6947aee7d73404a3d5d0a795d490a781db.zip CMake-280d0a6947aee7d73404a3d5d0a795d490a781db.tar.gz CMake-280d0a6947aee7d73404a3d5d0a795d490a781db.tar.bz2 |
cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"
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; |