diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 3dd6fd8..4fba9b1 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -1422,6 +1422,7 @@ int ctest::ProcessTests() // this is a test driver program for cmake. int main (int argc, char *argv[]) { + cmSystemTools::EnableMSVCDebugHook(); ctest inst; // look at the args |