Eigen: Disable tests

This commit is contained in:
Lorenz Meier 2015-04-04 12:39:36 +02:00
parent de29e43ee6
commit 1219ef8d43
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ const struct {
#ifndef TESTS_MATHLIB_DISABLE
{"mathlib", test_mathlib, 0},
#endif
{"eigen", test_eigen, OPT_NOJIGTEST},
{"eigen", test_eigen, OPT_NOALLTEST | OPT_NOJIGTEST},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};