aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-19 21:45:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-19 21:45:22 +0000
commitf8d5049cb6d34e401255ea44b43e822212710404 (patch)
tree8e57e88475373db25b7dc483ef2533f4025f5282 /src/fs/Makefile.am
parente41d947ebba0fb53fb06d0692aac54fd4b96540c (diff)
downloadgnunet-f8d5049cb6d34e401255ea44b43e822212710404.tar.gz
gnunet-f8d5049cb6d34e401255ea44b43e822212710404.zip
breaking FS big time, no idea why
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 6c850a91d..f287b6b31 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -143,7 +143,7 @@ check_SCRIPTS = \
143 test_gnunet_fs_idx.py 143 test_gnunet_fs_idx.py
144endif 144endif
145 145
146TESTS = $(check_SCRIPTS) \ 146TESTS = \
147 test_fs_directory \ 147 test_fs_directory \
148 test_fs_download \ 148 test_fs_download \
149 test_fs_download_persistence \ 149 test_fs_download_persistence \
@@ -159,7 +159,8 @@ TESTS = $(check_SCRIPTS) \
159 test_fs_unindex_persistence \ 159 test_fs_unindex_persistence \
160 test_fs_uri \ 160 test_fs_uri \
161 test_fs_test_lib \ 161 test_fs_test_lib \
162 test_gnunet_service_fs_p2p 162 test_gnunet_service_fs_p2p \
163 $(check_SCRIPTS)
163# $(check_PROGRAMS) 164# $(check_PROGRAMS)
164 165
165 166