summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 7b641a0..d242d69 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -230,6 +230,7 @@ private:
std::string m_CompletionStatus;
std::string m_Output;
std::string m_RegressionImages;
+ int m_TestCount;
};
struct cmCTestBuildErrorWarning
@@ -246,10 +247,11 @@ private:
struct cmCTestTestProperties
{
- cmStdString Name;
- cmStdString Directory;
- tm_VectorOfListFileArgs Args;
+ cmStdString m_Name;
+ cmStdString m_Directory;
+ tm_VectorOfListFileArgs m_Args;
};
+
typedef std::vector<cmCTestTestProperties> tm_ListOfTests;
// Some structures needed for cvs update