aboutsummaryrefslogtreecommitdiff
path: root/src/dht
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/dht
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/dht')
-rw-r--r--src/dht/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 97f81e6be..11ab7ca8b 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -156,7 +156,7 @@ check_PROGRAMS = \
156 test_dhtlog 156 test_dhtlog
157# test_hash_operations 157# test_hash_operations
158 158
159if !DISABLE_TEST_RUN 159if ENABLE_TEST_RUN
160TESTS = test_dht_api $(check_SCRIPTS) \ 160TESTS = test_dht_api $(check_SCRIPTS) \
161 test_dht_twopeer \ 161 test_dht_twopeer \
162 test_dht_twopeer_put_get \ 162 test_dht_twopeer_put_get \