Eigen: Re-enable tests

This commit is contained in:
Lorenz Meier
2015-04-03 17:01:43 +02:00
parent cc11e8a098
commit 8075ff5e0b
+1 -1
View File
@@ -112,7 +112,7 @@ const struct {
#ifndef TESTS_MATHLIB_DISABLE
{"mathlib", test_mathlib, 0},
#endif
{"eigen", test_eigen, OPT_NOALLTEST},
{"eigen", test_eigen, OPT_NOJIGTEST},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};