aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-10-12 20:19:09 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-10-12 20:19:09 +0200
commit7d6a4ece6b1875bab62c4dbcb95fcc9fa5661674 (patch)
tree50f87eb2c5312282a59b8905fba0e8efe4abd4f9 /src/systemcmds/tests/tests.h
parentc5b890e87d545328734a815d90ce16d396630048 (diff)
downloadpx4-firmware-7d6a4ece6b1875bab62c4dbcb95fcc9fa5661674.tar.gz
px4-firmware-7d6a4ece6b1875bab62c4dbcb95fcc9fa5661674.tar.bz2
px4-firmware-7d6a4ece6b1875bab62c4dbcb95fcc9fa5661674.zip
Added mixer test
Diffstat (limited to 'src/systemcmds/tests/tests.h')
-rw-r--r--src/systemcmds/tests/tests.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests.h b/src/systemcmds/tests/tests.h
index c02ea6808..c483108cf 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -76,6 +76,8 @@
* Public Function Prototypes
****************************************************************************/
+__BEGIN_DECLS
+
extern int test_sensors(int argc, char *argv[]);
extern int test_gpio(int argc, char *argv[]);
extern int test_hrt(int argc, char *argv[]);
@@ -98,5 +100,8 @@ extern int test_jig_voltages(int argc, char *argv[]);
extern int test_param(int argc, char *argv[]);
extern int test_bson(int argc, char *argv[]);
extern int test_file(int argc, char *argv[]);
+extern int test_mixer(int argc, char *argv[]);
+
+__END_DECLS
#endif /* __APPS_PX4_TESTS_H */