summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index c9d15d2..fbdde44 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -35,6 +35,7 @@ public:
* Run a dashboard using a specified confiuration script
*/
int RunConfigurationScript();
+ int RunConfigurationScript(const std::string& script);
/**
* Initialize and finalize testing
@@ -140,7 +141,7 @@ public:
bool m_ShowOnly;
bool m_RunConfigurationScript;
- std::string m_ConfigurationScript;
+ tm_VectorOfStrings m_ConfigurationScripts;
enum {
EXPERIMENTAL,