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

Disable eigen test until fixed

parent 14247d95
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, 0},
{"eigen", test_eigen, OPT_NOALLTEST},
{"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