summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-02 18:15:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-02 18:15:29 (GMT)
commitf1ebfb24c63e9a37d440d405d0940ee07d572ace (patch)
tree8549dde40e9728f027a357d3b16f58bdbdf41938 /Source/cmCTest.h
parent572d9f11476e1964e333373169eaff6d57e3ff43 (diff)
downloadCMake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.zip
CMake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.tar.gz
CMake-f1ebfb24c63e9a37d440d405d0940ee07d572ace.tar.bz2
ENH: More commands. Start working on new style ctest configuration
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 6ef86b9..7e832dc 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -101,6 +101,7 @@ public:
static int GetTestModelFromString(const char* str);
static std::string CleanString(const std::string& str);
std::string GetDartConfiguration(const char *name);
+ void SetDartConfiguration(const char *name, const char* value);
/**
* constructor and destructor
@@ -192,9 +193,15 @@ public:
*/
cmCTestGenericHandler* GetHandler(const char* handler);
+ /*
+ * Set the CTest variable from CMake variable
+ */
+ bool SetDartConfigurationFromCMakeVariable(cmMakefile* mf, const char* dconfig, const char* cmake_var);
+
private:
std::string m_ConfigType;
bool m_Verbose;
+ bool m_ExtraVerbose;
bool m_ProduceXML;
bool m_ForceNewCTestProcess;