aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 9625af830..4a7e4621a 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -143,6 +143,7 @@ check_SCRIPTS = \
143 test_gnunet_fs_idx.py 143 test_gnunet_fs_idx.py
144endif 144endif
145 145
146if !DISABLE_TEST_RUN
146TESTS = \ 147TESTS = \
147 test_fs_directory \ 148 test_fs_directory \
148 test_fs_download \ 149 test_fs_download \
@@ -163,6 +164,7 @@ TESTS = \
163 test_gnunet_service_fs_migration \ 164 test_gnunet_service_fs_migration \
164 test_gnunet_service_fs_p2p \ 165 test_gnunet_service_fs_p2p \
165 $(check_SCRIPTS) 166 $(check_SCRIPTS)
167endif
166 168
167 169
168test_fs_directory_SOURCES = \ 170test_fs_directory_SOURCES = \