aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 13:50:39 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 13:50:39 +0000
commit4fc53710567f9324696f859ac6e0d6a9f87650f9 (patch)
tree49cc83f53e1046de3da422637ed6b67cbbfafdf6 /src/fs
parent76aac1b58af3a2c8488875d0f3d0e994563d80ca (diff)
downloadgnunet-4fc53710567f9324696f859ac6e0d6a9f87650f9.tar.gz
gnunet-4fc53710567f9324696f859ac6e0d6a9f87650f9.zip
bad commit fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 9fcdd351b..e90b217e9 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -157,6 +157,7 @@ TESTS = \
157 test_fs_search \ 157 test_fs_search \
158 test_fs_search_persistence \ 158 test_fs_search_persistence \
159 test_fs_start_stop \ 159 test_fs_start_stop \
160 test_fs_file_information
160 test_fs_unindex \ 161 test_fs_unindex \
161 test_fs_unindex_persistence \ 162 test_fs_unindex_persistence \
162 test_fs_uri \ 163 test_fs_uri \
@@ -164,8 +165,7 @@ TESTS = \
164 test_gnunet_service_fs_migration \ 165 test_gnunet_service_fs_migration \
165 test_gnunet_service_fs_p2p \ 166 test_gnunet_service_fs_p2p \
166 $(check_SCRIPTS) 167 $(check_SCRIPTS)
167# $(check_PROGRAMS) 168 $(check_PROGRAMS)
168# test_fs_file_information
169 169
170 170
171test_fs_collection_SOURCES = \ 171test_fs_collection_SOURCES = \