diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-08 14:57:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-08 14:57:30 (GMT) |
commit | 7f48313225537a7bcc92c0f1c73754bdc50a2ca4 (patch) | |
tree | f4d8ef4544b22a610d5f55f64fb2d52dfdddaf36 /Source/cmCTest.h | |
parent | 3a88a24b1a1d97dd29c5cedb99553788d9a4830f (diff) | |
download | CMake-7f48313225537a7bcc92c0f1c73754bdc50a2ca4.zip CMake-7f48313225537a7bcc92c0f1c73754bdc50a2ca4.tar.gz CMake-7f48313225537a7bcc92c0f1c73754bdc50a2ca4.tar.bz2 |
Remove nan and inf, use iostreams to set precision, fix file name, and remove bogus files
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 8ab2aa9..926d5de 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -181,6 +181,7 @@ private: m_Tested = 0; m_UnTested = 0; m_Lines.clear(); + m_Show = false; } std::string m_AbsolutePath; std::string m_FullPath; @@ -188,6 +189,7 @@ private: int m_Tested; int m_UnTested; std::vector<int> m_Lines; + bool m_Show; }; typedef std::vector<cmCTestTestResult> tm_TestResultsVector; |