summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-26 15:52:10 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-26 15:52:10 -0400
commitfd50bc476c8995084b2339fad6e37be09a211850 (patch)
tree098dd1387b8d48fc6b28c55533beeff92b1f01d9 /Source/cmCTest.h
parent67d3634e46d5948d381fccd76913947f1921d91b (diff)
downloadcmake-fd50bc476c8995084b2339fad6e37be09a211850.tar.gz
ENH: Add maximum size of test output
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index f8075f4f96..24ec541402 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -424,6 +424,10 @@ private:
///! Get the current time as string
std::string CurrentTime();
+
+ ///! Maximum size of testing string
+ std::string::size_type m_MaximumPassedTestResultSize;
+ std::string::size_type m_MaximumFailedTestResultSize;
};
#endif