diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 5 |
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; |