aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/Makefile.am
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/monkey/Makefile.am
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/monkey/Makefile.am')
-rw-r--r--src/monkey/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkey/Makefile.am b/src/monkey/Makefile.am
index b1d6cb89b..4b170da58 100644
--- a/src/monkey/Makefile.am
+++ b/src/monkey/Makefile.am
@@ -92,7 +92,7 @@ check_PROGRAMS = \
92 test_monkey_edb 92 test_monkey_edb
93 #test_gnunet_monkey 93 #test_gnunet_monkey
94 94
95if !DISABLE_TEST_RUN 95if ENABLE_TEST_RUN
96# TESTS = $(check_SCRIPTS) 96# TESTS = $(check_SCRIPTS)
97TESTS = $(check_PROGRAMS) 97TESTS = $(check_PROGRAMS)
98endif 98endif