aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index 9dd8bc535..fcac0e3ab 100644
--- a/test/main.h
+++ b/test/main.h
@@ -31,6 +31,7 @@
// B0 is defined in POSIX header termios.h
#define B0 FORBIDDEN_IDENTIFIER
+#define EIGEN_DEBUG_SMALL_PRODUCT_BLOCKS
// shuts down ICC's remark #593: variable "XXX" was set but never used
#define TEST_SET_BUT_UNUSED_VARIABLE(X) X = X + 0;