aboutsummaryrefslogtreecommitdiff
path: root/src/rps/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/rps/Makefile.am
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/rps/Makefile.am')
-rw-r--r--src/rps/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rps/Makefile.am b/src/rps/Makefile.am
index b9de6b5e3..b5e8c0617 100644
--- a/src/rps/Makefile.am
+++ b/src/rps/Makefile.am
@@ -45,10 +45,8 @@ libgnunetrps_la_CFLAGS = $(AM_CFLAGS)
45libexec_PROGRAMS = \ 45libexec_PROGRAMS = \
46 gnunet-service-rps 46 gnunet-service-rps
47 47
48if HAVE_TESTING
49noinst_PROGRAMS = \ 48noinst_PROGRAMS = \
50 gnunet-rps-profiler 49 gnunet-rps-profiler
51endif
52 50
53 51
54gnunet_service_rps_SOURCES = \ 52gnunet_service_rps_SOURCES = \
@@ -74,7 +72,6 @@ gnunet_service_rps_LDADD = \
74 $(GN_LIBINTL) 72 $(GN_LIBINTL)
75 73
76 74
77if HAVE_TESTING
78check_PROGRAMS = \ 75check_PROGRAMS = \
79 test_service_rps_view \ 76 test_service_rps_view \
80 test_service_rps_custommap \ 77 test_service_rps_custommap \
@@ -91,7 +88,6 @@ check_PROGRAMS += \
91 test_rps_malicious_2 \ 88 test_rps_malicious_2 \
92 test_rps_malicious_3 89 test_rps_malicious_3
93endif 90endif
94endif
95 91
96rps_test_src = \ 92rps_test_src = \
97 test_rps.c \ 93 test_rps.c \