aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-22 07:19:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-22 07:19:01 +0000
commit9edd3ac276d81be6148e5c95bc3d5eae5e83ff38 (patch)
treec4422aa3efe6bd8e8eb7a94ab0ac20b6f62a353d
parent41700b6cb0345080513d82bdbe2dbe33c8654491 (diff)
downloadgnunet-9edd3ac276d81be6148e5c95bc3d5eae5e83ff38.tar.gz
gnunet-9edd3ac276d81be6148e5c95bc3d5eae5e83ff38.zip
disable-tests
-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 = \