aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
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_main.c
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_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 9f8c5c9ea..9eb9c632e 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -110,6 +110,7 @@ const struct {
{"param", test_param, 0},
{"bson", test_bson, 0},
{"file", test_file, 0},
+ {"mixer", test_mixer, OPT_NOJIGTEST | OPT_NOALLTEST},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};