diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-12-02 00:25:51 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-12-02 00:25:51 (GMT) |
commit | a442f1715ee6c3800973fb2b8b21f353fc89a42f (patch) | |
tree | 7aa166bb46ac6bf0b5d942d317af4a1e62c216a0 /Source/cmCTest.h | |
parent | 81be61b15358a337ff00ccf57558b77d54004022 (diff) | |
download | CMake-a442f1715ee6c3800973fb2b8b21f353fc89a42f.zip CMake-a442f1715ee6c3800973fb2b8b21f353fc89a42f.tar.gz CMake-a442f1715ee6c3800973fb2b8b21f353fc89a42f.tar.bz2 |
a start on the dashboard driver
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, |