summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
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 d242d69..e2fa0fa 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -157,6 +157,8 @@ public:
const char *backupSrc, const char *backupBin);
private:
+ void SetTestsToRunInformation(const char*);
+
enum {
FIRST_TEST = 0,
UPDATE_TEST = 1,
@@ -330,6 +332,8 @@ private:
bool m_BuildNoClean;
bool m_BuildNoCMake;
std::string m_NotesFiles;
+ std::vector<int> m_TestsToRun;
+
int ReadCustomConfigurationFileTree(const char* dir);
void PopulateCustomVector(cmMakefile* mf, const char* definition, tm_VectorOfStrings& vec);