aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-09-02 06:37:41 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-09-02 06:37:41 -0400
commitcc375e2f79561da0c3e0e8c3184bd51dee334641 (patch)
treef03b3838997032dde7e4fafb75ba3e4370109d7f /test
parente6b77bcc6bc915ec38640ecf414726fa2ba56fba (diff)
parent59f5bce41c5c32eebb75c51d92c9730f3ab9d350 (diff)
merge
Diffstat (limited to 'test')
-rw-r--r--test/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index 8c84e525c..619fc9e06 100644
--- a/test/main.h
+++ b/test/main.h
@@ -30,6 +30,10 @@
#include <vector>
#include <typeinfo>
+#ifdef NDEBUG
+#undef NDEBUG
+#endif
+
#ifndef EIGEN_TEST_FUNC
#error EIGEN_TEST_FUNC must be defined
#endif