Skip to content
Snippets Groups Projects
Commit 1219ef8d authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Eigen: Disable tests

parent de29e43e
No related branches found
No related tags found
No related merge requests found
......@@ -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}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment