aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-03-20 00:05:32 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-03-20 00:05:32 +0100
commitb80908d95677fa927152ed0cf6e49e27e1780543 (patch)
tree5767c00d08d5b441504038a1c9cd34fbea79888a /src/systemcmds/tests/tests_main.c
parent14247d95dd0b0d1ebc9716d4c94e6dcf9dcb5933 (diff)
downloadpx4-firmware-b80908d95677fa927152ed0cf6e49e27e1780543.tar.gz
px4-firmware-b80908d95677fa927152ed0cf6e49e27e1780543.tar.bz2
px4-firmware-b80908d95677fa927152ed0cf6e49e27e1780543.zip
Disable eigen test until fixed
Diffstat (limited to 'src/systemcmds/tests/tests_main.c')
-rw-r--r--src/systemcmds/tests/tests_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c
index bad8d9cc3..7ffd47892 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -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}
};