aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 14:32:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 14:32:52 +0000
commitfb65df3019ce39af825fb3a32e8a6196e0c97ef3 (patch)
treedf7b456c57a7ed1637e17b8bd19baa7d4568573a /src/fs/Makefile.am
parent5e3ebf31a6cb1c124aac592ed217e45000a05139 (diff)
downloadgnunet-fb65df3019ce39af825fb3a32e8a6196e0c97ef3.tar.gz
gnunet-fb65df3019ce39af825fb3a32e8a6196e0c97ef3.zip
fix
Diffstat (limited to 'src/fs/Makefile.am')
-rw-r--r--src/fs/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 0d8da5412..f30200654 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -168,9 +168,9 @@ if HAVE_PYTHON_PEXPECT
168check_SCRIPTS = \ 168check_SCRIPTS = \
169 test_gnunet_fs_psd.py \ 169 test_gnunet_fs_psd.py \
170 test_gnunet_fs_rec.py \ 170 test_gnunet_fs_rec.py \
171 test_gnunet_fs_idx.py 171 test_gnunet_fs_idx.py \
172 test_gnunet_fs_ns.py
172endif 173endif
173# test_gnunet_fs_ns.py
174 174
175 175
176if !DISABLE_TEST_RUN 176if !DISABLE_TEST_RUN
@@ -198,7 +198,7 @@ TESTS = \
198 perf_gnunet_service_fs_p2p_index \ 198 perf_gnunet_service_fs_p2p_index \
199 $(check_SCRIPTS) 199 $(check_SCRIPTS)
200endif 200endif
201# perf_gnunet_service_fs_p2p_trust \ 201# perf_gnunet_service_fs_p2p_trust
202 202
203 203
204 204