aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2014-03-04 08:34:55 +1100
committerLorenz Meier <lm@inf.ethz.ch>2014-03-04 09:01:30 +0100
commita7012a54180386b5dc7f86fe6a1564690ecc8240 (patch)
tree6cf4993ebdc62551982876dde42b1b43b7b28629 /src/systemcmds/tests/tests.h
parentb76e26c5e5f37c4fb086a68e0427d9d297e8d225 (diff)
downloadpx4-firmware-a7012a54180386b5dc7f86fe6a1564690ecc8240.tar.gz
px4-firmware-a7012a54180386b5dc7f86fe6a1564690ecc8240.tar.bz2
px4-firmware-a7012a54180386b5dc7f86fe6a1564690ecc8240.zip
tests: added "tests file2" filesystem test
this is useful for testing for filesystem corruption on cluster boundaries
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 ac64ad33d..ad55e1410 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -107,6 +107,7 @@ extern int test_jig_voltages(int argc, char *argv[]);
extern int test_param(int argc, char *argv[]);
extern int test_bson(int argc, char *argv[]);
extern int test_file(int argc, char *argv[]);
+extern int test_file2(int argc, char *argv[]);
extern int test_mixer(int argc, char *argv[]);
extern int test_rc(int argc, char *argv[]);
extern int test_conv(int argc, char *argv[]);