summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-05-07 16:53:35 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-05-07 16:53:35 (GMT)
commit9ff7fdc74fb159677ede7582c9f2cc44c386212a (patch)
treecf762021bfc349a0d1cec25e76e870a7f887c33e /Source/cmCTest.h
parent99a1ec6c6dc6270d685e4bcc4ed777260e4d4bdb (diff)
downloadCMake-9ff7fdc74fb159677ede7582c9f2cc44c386212a.zip
CMake-9ff7fdc74fb159677ede7582c9f2cc44c386212a.tar.gz
CMake-9ff7fdc74fb159677ede7582c9f2cc44c386212a.tar.bz2
ENH: add the ability to block popup error dialogs in tests on windows
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index e48ff5b..78a8955 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -117,10 +117,7 @@ public:
/**
* Set the cmake test mode (experimental, nightly, continuous).
*/
- void SetTestModel(int mode)
- {
- m_TestModel = mode;
- }
+ void SetTestModel(int mode);
std::string GetTestModelString();
static int GetTestModelFromString(const char* str);
@@ -356,7 +353,10 @@ private:
tm_VectorOfStrings m_CustomPostTest;
tm_VectorOfStrings m_CustomPreMemCheck;
tm_VectorOfStrings m_CustomPostMemCheck;
-
+ bool m_InteractiveDebugMode;
+
+ void BlockTestErrorDiagnostics();
+
int ExecuteCommands(tm_VectorOfStrings& vec);
/**