aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/evaluators.cpp
diff options
context:
space:
mode:
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 {