aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-09-01 23:15:30 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2009-09-01 23:15:30 +0200
commit59f5bce41c5c32eebb75c51d92c9730f3ab9d350 (patch)
tree4286f93525466cb3625fc9c4f736adf2c4b7dc40 /test/main.h
parent05ddd328490582d726b24a443ceabce336343eab (diff)
fix issue #49
Diffstat (limited to 'test/main.h')
-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