aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-15 17:20:08 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-15 17:20:36 +0100
commit84ad289e0ae8d2bd32cba5c22a27a35132b5c863 (patch)
tree5e2493bf34650de55c24af8c8738ce235157e00f /src/systemcmds/tests/tests.h
parent778cbcb5cc28240aa1caeae4dd02c2a39567a0e1 (diff)
downloadpx4-firmware-84ad289e0ae8d2bd32cba5c22a27a35132b5c863.tar.gz
px4-firmware-84ad289e0ae8d2bd32cba5c22a27a35132b5c863.tar.bz2
px4-firmware-84ad289e0ae8d2bd32cba5c22a27a35132b5c863.zip
Improved test suite, now features a MTD device test
Diffstat (limited to 'src/systemcmds/tests/tests.h')
-rw-r--r--src/systemcmds/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests.h b/src/systemcmds/tests/tests.h
index ff05cc322..223edc14a 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -111,6 +111,7 @@ extern int test_mixer(int argc, char *argv[]);
extern int test_rc(int argc, char *argv[]);
extern int test_conv(int argc, char *argv[]);
extern int test_mount(int argc, char *argv[]);
+extern int test_mtd(int argc, char *argv[]);
__END_DECLS