aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
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/peerinfo')
-rw-r--r--src/peerinfo/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index 116095f2a..d58425730 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -33,12 +33,16 @@ gnunet_service_peerinfo_LDADD = \
33 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 33 $(top_builddir)/src/statistics/libgnunetstatistics.la \
34 $(top_builddir)/src/util/libgnunetutil.la 34 $(top_builddir)/src/util/libgnunetutil.la
35 35
36if HAVE_BENCHMARKS
37 PEERINFO_BENCHMARKS = \
38 perf_peerinfo_api
39endif
36 40
37check_PROGRAMS = \ 41check_PROGRAMS = \
38 test_peerinfo_api \ 42 test_peerinfo_api \
39 perf_peerinfo_api 43 $(PEERINFO_BENCHMARKS)
40 44
41if !DISABLE_TEST_RUN 45if ENABLE_TEST_RUN
42TESTS = $(check_PROGRAMS) 46TESTS = $(check_PROGRAMS)
43endif 47endif
44 48