Disable eigen test until fixed

This commit is contained in:
Lorenz Meier
2015-03-20 00:05:32 +01:00
parent 14247d95dd
commit b80908d956
+1 -1
View File
@@ -112,7 +112,7 @@ const struct {
#ifndef TESTS_MATHLIB_DISABLE
{"mathlib", test_mathlib, 0},
#endif
{"eigen", test_eigen, 0},
{"eigen", test_eigen, OPT_NOALLTEST},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};