aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/module.mk
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/module.mk
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/module.mk')
-rw-r--r--src/systemcmds/tests/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/tests/module.mk b/src/systemcmds/tests/module.mk
index acf28c35b..622a0faf3 100644
--- a/src/systemcmds/tests/module.mk
+++ b/src/systemcmds/tests/module.mk
@@ -26,6 +26,7 @@ SRCS = test_adc.c \
test_mixer.cpp \
test_mathlib.cpp \
test_file.c \
+ test_file2.c \
tests_main.c \
test_param.c \
test_ppm_loopback.c \