aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/UnitTester.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/UnitTester.cxx b/test/unit/UnitTester.cxx
index 6382b428b..354ae5919 100644
--- a/test/unit/UnitTester.cxx
+++ b/test/unit/UnitTester.cxx
@@ -16,7 +16,9 @@
#include "Debugging.h"
+#if defined(_WIN32)
#define CATCH_CONFIG_WINDOWS_CRTDBG
+#endif
#define CATCH_CONFIG_RUNNER
#include "catch.hpp"