aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
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/hostlist
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/hostlist')
-rw-r--r--src/hostlist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 560d81900..15c8f86a7 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -37,7 +37,7 @@ check_PROGRAMS = \
37 test_gnunet_daemon_hostlist_learning 37 test_gnunet_daemon_hostlist_learning
38 38
39if HAVE_MHD 39if HAVE_MHD
40if !DISABLE_TEST_RUN 40if ENABLE_TEST_RUN
41TESTS = \ 41TESTS = \
42 test_gnunet_daemon_hostlist \ 42 test_gnunet_daemon_hostlist \
43 test_gnunet_daemon_hostlist_reconnect \ 43 test_gnunet_daemon_hostlist_reconnect \