aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
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.h
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.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 a57d04be3..bec13bd30 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[]);
__END_DECLS