aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-10-29 09:58:44 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-10-29 09:58:44 +0100
commitaa7b00f8199e167b94a7c5e9e4e004bbd50b2f68 (patch)
tree98872c5e3dabab9e0648aa9d06b618b4d9f1159b /src
parent178a54bdd996f89f89b2ecdbbea357016164eb18 (diff)
downloadpx4-firmware-aa7b00f8199e167b94a7c5e9e4e004bbd50b2f68.tar.gz
px4-firmware-aa7b00f8199e167b94a7c5e9e4e004bbd50b2f68.tar.bz2
px4-firmware-aa7b00f8199e167b94a7c5e9e4e004bbd50b2f68.zip
Add define to cull flash-intense mathlib tests
Diffstat (limited to 'src')
-rw-r--r--src/systemcmds/tests/tests_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c
index e3f26924f..0f56704e6 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -110,7 +110,9 @@ const struct {
{"conv", test_conv, OPT_NOJIGTEST | OPT_NOALLTEST},
{"mount", test_mount, OPT_NOJIGTEST | OPT_NOALLTEST},
{"mtd", test_mtd, 0},
+#ifndef TESTS_MATHLIB_DISABLE
{"mathlib", test_mathlib, 0},
+#endif
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};