aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 4fbeb9d71..f980f4206 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -173,7 +173,8 @@ check_SCRIPTS = \
173 test_gnunet_fs_idx.py 173 test_gnunet_fs_idx.py
174endif 174endif
175 175
176if !DISABLE_TEST_RUN 176#if !DISABLE_TEST_RUN
177if 0
177TESTS = \ 178TESTS = \
178 test_fs_directory \ 179 test_fs_directory \
179 test_fs_download \ 180 test_fs_download \
@@ -198,6 +199,8 @@ TESTS = \
198endif 199endif
199 200
200 201
202
203
201test_fs_directory_SOURCES = \ 204test_fs_directory_SOURCES = \
202 test_fs_directory.c 205 test_fs_directory.c
203test_fs_directory_LDADD = \ 206test_fs_directory_LDADD = \