aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
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.h
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.h')
-rw-r--r--src/systemcmds/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests.h b/src/systemcmds/tests/tests.h
index 6420d3798..8223de712 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -109,6 +109,7 @@ extern int test_bson(int argc, char *argv[]);
extern int test_file(int argc, char *argv[]);
extern int test_mixer(int argc, char *argv[]);
extern int test_rc(int argc, char *argv[]);
+extern int test_mount(int argc, char *argv[]);
extern int test_mathlib(int argc, char *argv[]);
__END_DECLS