aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-01-13 13:07:25 +0100
committerAnton Babushkin <anton.babushkin@me.com>2014-01-13 13:07:25 +0100
commit7bcddd192fba723d165957043163762b2e08d802 (patch)
treead3a7d1d7a901d5d7a984a3f3aaa1b175ca358ca /src/systemcmds/tests/tests_main.c
parent8d7620c3cbe86414b84917350bcc99b65cef9b0d (diff)
parentf224374ed3c84717b8c92a3f0d6d902c5701eb04 (diff)
downloadpx4-firmware-7bcddd192fba723d165957043163762b2e08d802.tar.gz
px4-firmware-7bcddd192fba723d165957043163762b2e08d802.tar.bz2
px4-firmware-7bcddd192fba723d165957043163762b2e08d802.zip
Merge branch 'navigator_new' into navigator_new_vector
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 5fab8f82e..d0a8635ed 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -106,6 +106,7 @@ const struct {
{"file", test_file, 0},
{"mixer", test_mixer, OPT_NOJIGTEST | OPT_NOALLTEST},
{"rc", test_rc, OPT_NOJIGTEST | OPT_NOALLTEST},
+ {"mount", test_mount, OPT_NOJIGTEST | OPT_NOALLTEST},
{"mathlib", test_mathlib, 0},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}