aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-01 18:23:35 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-01 18:23:35 +0100
commitb0f2796aeb1ea05702220bd6fe334b346966cec4 (patch)
treee52867e8e04ea9d01e7fa12dc99ae681cc1a4084 /src/systemcmds/tests/tests_main.c
parent5d56a1c6a9a259ce9ff669192e54c88631e0effe (diff)
downloadpx4-firmware-b0f2796aeb1ea05702220bd6fe334b346966cec4.tar.gz
px4-firmware-b0f2796aeb1ea05702220bd6fe334b346966cec4.tar.bz2
px4-firmware-b0f2796aeb1ea05702220bd6fe334b346966cec4.zip
Remove MTD test
Diffstat (limited to 'src/systemcmds/tests/tests_main.c')
-rw-r--r--src/systemcmds/tests/tests_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemcmds/tests/tests_main.c b/src/systemcmds/tests/tests_main.c
index 0f56704e6..2f586fa85 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -1,6 +1,6 @@
/****************************************************************************
*
- * Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
+ * Copyright (c) 2012-2015 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -109,7 +109,6 @@ const struct {
{"rc", test_rc, OPT_NOJIGTEST | OPT_NOALLTEST},
{"conv", test_conv, OPT_NOJIGTEST | OPT_NOALLTEST},
{"mount", test_mount, OPT_NOJIGTEST | OPT_NOALLTEST},
- {"mtd", test_mtd, 0},
#ifndef TESTS_MATHLIB_DISABLE
{"mathlib", test_mathlib, 0},
#endif