aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2013-12-23 11:45:03 +0100
committerThomas Gubler <thomasgubler@gmail.com>2013-12-23 11:45:03 +0100
commit411428b8e448f773d104704449b08261197a4b27 (patch)
treeac673a64c6c3286c4da2df99d39226a6d2534647 /src/systemcmds/tests
parent68d8230e78b9116da794e93a0a5edcce4d1d8ee4 (diff)
downloadpx4-firmware-411428b8e448f773d104704449b08261197a4b27.tar.gz
px4-firmware-411428b8e448f773d104704449b08261197a4b27.tar.bz2
px4-firmware-411428b8e448f773d104704449b08261197a4b27.zip
remove dataman from tests (as in upstream master)
Diffstat (limited to 'src/systemcmds/tests')
-rw-r--r--src/systemcmds/tests/tests_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c
index 30ae5b4ec..1088a4407 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -107,7 +107,6 @@ const struct {
{"mixer", test_mixer, OPT_NOJIGTEST | OPT_NOALLTEST},
{"rc", test_rc, OPT_NOJIGTEST | OPT_NOALLTEST},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST},
- {"dataman", test_dataman, OPT_NOALLTEST},
{NULL, NULL, 0}
};