diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 14dc283..1d57d57 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -31,9 +31,6 @@ class cmXMLWriter; */ class cmCTest { - friend class cmCTestRunTest; - friend class cmCTestMultiProcessHandler; - public: typedef cmProcessOutput::Encoding Encoding; /** Enumerate parts of the testing and submission process. */ @@ -455,6 +452,8 @@ public: std::string GetCostDataFile(); + bool GetOutputTestOutputOnTestFailure() const; + const std::map<std::string, std::string>& GetDefinitions() const; /** Return the number of times a test should be run */ |