aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-01-11 00:49:30 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-01-11 00:49:30 +0100
commitf224374ed3c84717b8c92a3f0d6d902c5701eb04 (patch)
treeceac332161dccf395126da4c758f7474be3f9c5d /src/systemcmds/tests/tests_main.c
parentac7787e2a2a2439a5fa47755dda3f775568330dd (diff)
parent6604d7b9479df29227797d47aee35db27e88865c (diff)
downloadpx4-firmware-f224374ed3c84717b8c92a3f0d6d902c5701eb04.tar.gz
px4-firmware-f224374ed3c84717b8c92a3f0d6d902c5701eb04.tar.bz2
px4-firmware-f224374ed3c84717b8c92a3f0d6d902c5701eb04.zip
Merge remote-tracking branch 'upstream/master' into navigator_new
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 1088a4407..84535126f 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},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};