summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
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.cxx
parent94068446161dbef9ce42a0333d5ec9afdd3c24ce (diff)
downloadCMake-670d27da64bba1fc284db8567c187c12a3e281dd.zip
CMake-670d27da64bba1fc284db8567c187c12a3e281dd.tar.gz
CMake-670d27da64bba1fc284db8567c187c12a3e281dd.tar.bz2
cmCTest: Remove friend declarations
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 2cfc852..34999ed 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -2825,6 +2825,11 @@ bool cmCTest::GetSubprojectSummary() const
return this->SubprojectSummary;
}
+bool cmCTest::GetOutputTestOutputOnTestFailure() const
+{
+ return this->OutputTestOutputOnTestFailure;
+}
+
const std::map<std::string, std::string>& cmCTest::GetDefinitions() const
{
return this->Definitions;