aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 10:45:33 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 10:45:33 +0000
commitf7b5b476ba55ee45fefff22777f525cc81b4cae8 (patch)
treea33e5983ab6c8b0e35c1055cb7503ec4fac90041 /src/fs
parent0ac9a4984e1e551293ea8ea00f3c8ea2c5460d91 (diff)
downloadgnunet-f7b5b476ba55ee45fefff22777f525cc81b4cae8.tar.gz
gnunet-f7b5b476ba55ee45fefff22777f525cc81b4cae8.zip
adding configure code for --enable-benchmarks, --enable-expensive-tests, some clean up
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index d433e5b66..39dce602e 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -134,8 +134,13 @@ gnunet_unindex_LDADD = \
134gnunet_unindex_DEPENDENCIES = \ 134gnunet_unindex_DEPENDENCIES = \
135 libgnunetfs.la 135 libgnunetfs.la
136 136
137 137if HAVE_BENCHMARKS
138 138 FS_BENCHMARKS = \
139 perf_gnunet_service_fs_p2p \
140 perf_gnunet_service_fs_p2p_dht \
141 perf_gnunet_service_fs_p2p_index \
142 perf_gnunet_service_fs_p2p_trust
143endif
139 144
140check_PROGRAMS = \ 145check_PROGRAMS = \
141 test_fs_directory \ 146 test_fs_directory \
@@ -158,10 +163,7 @@ check_PROGRAMS = \
158 test_fs_uri \ 163 test_fs_uri \
159 test_gnunet_service_fs_migration \ 164 test_gnunet_service_fs_migration \
160 test_gnunet_service_fs_p2p \ 165 test_gnunet_service_fs_p2p \
161 perf_gnunet_service_fs_p2p \ 166 $(FS_BENCHMARKS)
162 perf_gnunet_service_fs_p2p_dht \
163 perf_gnunet_service_fs_p2p_index \
164 perf_gnunet_service_fs_p2p_trust
165 167
166 168
167if HAVE_PYTHON_PEXPECT 169if HAVE_PYTHON_PEXPECT
@@ -173,7 +175,7 @@ check_SCRIPTS = \
173endif 175endif
174 176
175 177
176if !DISABLE_TEST_RUN 178if ENABLE_TEST_RUN
177TESTS = \ 179TESTS = \
178 test_fs_directory \ 180 test_fs_directory \
179 test_fs_download \ 181 test_fs_download \