aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
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/statistics
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/statistics')
-rw-r--r--src/statistics/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 2a1d0d529..a15aba9fb 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -49,7 +49,7 @@ check_PROGRAMS = \
49 test_statistics_api_loop \ 49 test_statistics_api_loop \
50 test_statistics_api_watch 50 test_statistics_api_watch
51 51
52if !DISABLE_TEST_RUN 52if ENABLE_TEST_RUN
53TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 53TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
54endif 54endif
55 55