aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-10-11 23:43:04 +0200
commit4e7e81f4d1305df169d3f7623948a142aa47936b (patch)
treebd74087a75d29375fdf457d3c4fc6662106cf92f /src/peerinfo/Makefile.am
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index e61e5a13d..cdab22a9d 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -48,14 +48,12 @@ if HAVE_BENCHMARKS
48 perf_peerinfo_api 48 perf_peerinfo_api
49endif 49endif
50 50
51if HAVE_TESTING
52check_PROGRAMS = \ 51check_PROGRAMS = \
53 test_peerinfo_shipped_hellos \ 52 test_peerinfo_shipped_hellos \
54 test_peerinfo_api \ 53 test_peerinfo_api \
55 test_peerinfo_api_friend_only \ 54 test_peerinfo_api_friend_only \
56 test_peerinfo_api_notify_friend_only \ 55 test_peerinfo_api_notify_friend_only \
57 $(PEERINFO_BENCHMARKS) 56 $(PEERINFO_BENCHMARKS)
58endif
59 57
60 58
61if ENABLE_TEST_RUN 59if ENABLE_TEST_RUN