Browse Source

Eigen: Disable tests

sbg
Lorenz Meier 10 years ago
parent
commit
1219ef8d43
  1. 2
      src/systemcmds/tests/tests_main.c

2
src/systemcmds/tests/tests_main.c

@ -112,7 +112,7 @@ const struct { @@ -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}
};

Loading…
Cancel
Save