summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-03-18 21:25:50 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-03-18 21:25:50 (GMT)
commit670d27da64bba1fc284db8567c187c12a3e281dd (patch)
tree3ff6ff336fcdc975f5bb08aba5b0ae8f8f6abd03 /Source/cmCTest.h
parent94068446161dbef9ce42a0333d5ec9afdd3c24ce (diff)
downloadCMake-670d27da64bba1fc284db8567c187c12a3e281dd.zip
CMake-670d27da64bba1fc284db8567c187c12a3e281dd.tar.gz
CMake-670d27da64bba1fc284db8567c187c12a3e281dd.tar.bz2
cmCTest: Remove friend declarations
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h5
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 */