summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-28 20:20:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-28 20:20:03 (GMT)
commitfb9eedc18754da4807c27ccdfcab11975f091384 (patch)
tree0da32b633cd101c8b898d48e609de2e4298d7ee2 /Source/cmCTest.h
parent2b197edb8a4dd17d11f146e6a82d1bd209f8fe2e (diff)
downloadCMake-fb9eedc18754da4807c27ccdfcab11975f091384.zip
CMake-fb9eedc18754da4807c27ccdfcab11975f091384.tar.gz
CMake-fb9eedc18754da4807c27ccdfcab11975f091384.tar.bz2
ENH: Add new ctest command
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index e8eb1b7..4f0641b 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -290,6 +290,9 @@ public:
void AddSubmitFile(const char* name);
SetOfStrings* GetSubmitFiles() { return &this->SubmitFiles; }
+ //! Read the custom configuration files and apply them to the current ctest
+ int ReadCustomConfigurationFileTree(const char* dir);
+
private:
std::string ConfigType;
bool Verbose;
@@ -348,8 +351,6 @@ private:
std::string NotesFiles;
- int ReadCustomConfigurationFileTree(const char* dir);
-
bool InteractiveDebugMode;
bool ShortDateFormat;