aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-12-21 16:37:45 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-12-21 16:37:45 +0100
commit831f153b7385fecb180c977727eb6b2f8bef1317 (patch)
treeed8d92a1241e1e0bea258053431aeffb9996b38a /src/systemcmds/tests/tests_main.c
parentd96dfc0f61776ae23a42dd62674b6578ae328d7d (diff)
downloadpx4-firmware-831f153b7385fecb180c977727eb6b2f8bef1317.tar.gz
px4-firmware-831f153b7385fecb180c977727eb6b2f8bef1317.tar.bz2
px4-firmware-831f153b7385fecb180c977727eb6b2f8bef1317.zip
Add tight RC 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 cd998dd18..1088a4407 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -105,6 +105,7 @@ const struct {
{"bson", test_bson, 0},
{"file", test_file, 0},
{"mixer", test_mixer, OPT_NOJIGTEST | OPT_NOALLTEST},
+ {"rc", test_rc, OPT_NOJIGTEST | OPT_NOALLTEST},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
{NULL, NULL, 0}
};