aboutsummaryrefslogtreecommitdiff
path: root/src/arm/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/arm/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/arm/Makefile.am')
-rw-r--r--src/arm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 3e7f27dfd..bd6e7e0e7 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -59,7 +59,7 @@ check_PROGRAMS = \
59check_SCRIPTS = \ 59check_SCRIPTS = \
60 test_gnunet_arm.sh 60 test_gnunet_arm.sh
61 61
62if !DISABLE_TEST_RUN 62if ENABLE_TEST_RUN
63TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 63TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
64endif 64endif
65 65