aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/evaluators.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-08-29 15:31:32 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-08-29 15:31:32 +0200
commitc1d0f15bde4614c3efb84248e5d2ceb9cb995779 (patch)
tree9ad0811d85d51d2e6709703f3758e82670bc793d /test/evaluators.cpp
parent124d12a915129bc36ebe87f483712505a11dc91f (diff)
Enable evaluators by default
Diffstat (limited to 'test/evaluators.cpp')
-rw-r--r--test/evaluators.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/evaluators.cpp b/test/evaluators.cpp
index 305047a6a..2ca453b1c 100644
--- a/test/evaluators.cpp
+++ b/test/evaluators.cpp
@@ -7,6 +7,10 @@
#undef EIGEN_TEST_EVALUATORS
#endif
+#ifdef EIGEN_TEST_NO_EVALUATORS
+#undef EIGEN_TEST_NO_EVALUATORS
+#endif
+
#include "main.h"
namespace Eigen {