diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index ee19740..9be9346 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -25,6 +25,11 @@ class cmCTest { public: /** + * Run a dashboard using a specified confiuration script + */ + int RunConfigurationScript(); + + /** * Initialize and finalize testing */ void Initialize(); @@ -120,6 +125,9 @@ public: bool m_DartMode; bool m_ShowOnly; + bool m_RunConfigurationScript; + std::string m_ConfigurationScript; + enum { EXPERIMENTAL, NIGHTLY, |