aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 13:52:30 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 13:52:30 +0000
commit8c2bea8ab2ab491ca4780e7d6a76abf53d61d607 (patch)
tree34897406a69235ab762eef2f9f9956f3ea8d7978 /src/fs
parent13829e3b80b77ed8f5362462a8f6f4c76376780b (diff)
downloadgnunet-8c2bea8ab2ab491ca4780e7d6a76abf53d61d607.tar.gz
gnunet-8c2bea8ab2ab491ca4780e7d6a76abf53d61d607.zip
bad commit fix
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 e90b217e9..96dc2e1e5 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -150,6 +150,7 @@ 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 \
153 test_fs_list_indexed \ 154 test_fs_list_indexed \
154 test_fs_namespace \ 155 test_fs_namespace \
155 test_fs_publish \ 156 test_fs_publish \
@@ -157,7 +158,6 @@ TESTS = \
157 test_fs_search \ 158 test_fs_search \
158 test_fs_search_persistence \ 159 test_fs_search_persistence \
159 test_fs_start_stop \ 160 test_fs_start_stop \
160 test_fs_file_information
161 test_fs_unindex \ 161 test_fs_unindex \
162 test_fs_unindex_persistence \ 162 test_fs_unindex_persistence \
163 test_fs_uri \ 163 test_fs_uri \