aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-12-18 19:33:47 +0400
committerAnton Babushkin <anton.babushkin@me.com>2013-12-18 19:33:47 +0400
commita83e3cd22276109301678c204e83050483200d6b (patch)
tree95cbb97ea90e6480436db865095dab3e6e7582f6 /src/systemcmds/tests/tests_main.c
parentea107f41514ac8696ea8b94e93b9231a4802a15b (diff)
downloadpx4-firmware-a83e3cd22276109301678c204e83050483200d6b.tar.gz
px4-firmware-a83e3cd22276109301678c204e83050483200d6b.tar.bz2
px4-firmware-a83e3cd22276109301678c204e83050483200d6b.zip
New mathlib, WIP
Diffstat (limited to 'src/systemcmds/tests/tests_main.c')
-rw-r--r--src/systemcmds/tests/tests_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c
index cd998dd18..fd026d70e 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -105,6 +105,7 @@ const struct {
{"bson", test_bson, 0},
{"file", test_file, 0},
{"mixer", test_mixer, OPT_NOJIGTEST | OPT_NOALLTEST},
+ {"mathlib", test_mathlib, 0},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};