diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 7c4ffdd..1837a53 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -23,6 +23,7 @@ #include "cmListFileCache.h" #include <time.h> +class cmake; class cmMakefile; class cmCTestGenericHandler; class cmGeneratedFileStream; @@ -279,6 +280,10 @@ private: ///! Run CMake and build a test and then run it as a single test. int RunCMakeAndTest(std::string* output); + int RunCMake(std::string* outstring, cmOStringStream &out, + std::string &cmakeOutString, + std::string &cwd, cmake *cm); + ///! Find the running cmake void FindRunningCMake(const char* arg0); |