summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-17 16:30:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-17 16:30:47 (GMT)
commit157b2399054d8893ad758ad04c8f7a576a358478 (patch)
tree424cb7ad4cb3c43cfb691085462507c7219db230 /Source/cmCTest.h
parentec3a119480de133849b28b6c98f9953793fb92cc (diff)
downloadCMake-157b2399054d8893ad758ad04c8f7a576a358478.zip
CMake-157b2399054d8893ad758ad04c8f7a576a358478.tar.gz
CMake-157b2399054d8893ad758ad04c8f7a576a358478.tar.bz2
BUG: change directory before running test and remember test number
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