aboutsummaryrefslogtreecommitdiff
path: root/src/hello
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/hello
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/hello')
-rw-r--r--src/hello/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 703776c65..c2bc5cd69 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -19,7 +19,7 @@ libgnunethello_la_LIBADD = \
19check_PROGRAMS = \ 19check_PROGRAMS = \
20 test_hello 20 test_hello
21 21
22if !DISABLE_TEST_RUN 22if ENABLE_TEST_RUN
23TESTS = $(check_PROGRAMS) 23TESTS = $(check_PROGRAMS)
24endif 24endif
25 25