aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 13:49:05 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 13:49:05 +0000
commit76aac1b58af3a2c8488875d0f3d0e994563d80ca (patch)
treed912c773ff03732e5e1717aeb9df63cd10ac70ea /src/fs
parentec2d856c3d790a042f6edf7ad0487bc4024d15c4 (diff)
downloadgnunet-76aac1b58af3a2c8488875d0f3d0e994563d80ca.tar.gz
gnunet-76aac1b58af3a2c8488875d0f3d0e994563d80ca.zip
added dv twice and dht never?
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index f5e834d4e..9fcdd351b 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -150,7 +150,6 @@ TESTS = \
150 test_fs_download \ 150 test_fs_download \
151 test_fs_download_indexed \ 151 test_fs_download_indexed \
152 test_fs_download_persistence \ 152 test_fs_download_persistence \
153 test_fs_file_information \
154 test_fs_list_indexed \ 153 test_fs_list_indexed \
155 test_fs_namespace \ 154 test_fs_namespace \
156 test_fs_publish \ 155 test_fs_publish \
@@ -166,6 +165,7 @@ TESTS = \
166 test_gnunet_service_fs_p2p \ 165 test_gnunet_service_fs_p2p \
167 $(check_SCRIPTS) 166 $(check_SCRIPTS)
168# $(check_PROGRAMS) 167# $(check_PROGRAMS)
168# test_fs_file_information
169 169
170 170
171test_fs_collection_SOURCES = \ 171test_fs_collection_SOURCES = \