aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests_main.c
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_main.c
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_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 73827b7cf..fe22f6177 100644
--- a/src/systemcmds/tests/tests_main.c
+++ b/src/systemcmds/tests/tests_main.c
@@ -104,6 +104,7 @@ const struct {
{"param", test_param, 0},
{"bson", test_bson, 0},
{"file", test_file, 0},
+ {"file2", test_file2, OPT_NOJIGTEST | OPT_NOALLTEST},
{"mixer", test_mixer, OPT_NOJIGTEST | OPT_NOALLTEST},
{"rc", test_rc, OPT_NOJIGTEST | OPT_NOALLTEST},
{"conv", test_conv, OPT_NOJIGTEST | OPT_NOALLTEST},