aboutsummaryrefslogtreecommitdiff
path: root/src/setu
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/setu
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/setu')
-rw-r--r--src/setu/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/setu/Makefile.am b/src/setu/Makefile.am
index 77d048add..897bf3f86 100644
--- a/src/setu/Makefile.am
+++ b/src/setu/Makefile.am
@@ -14,13 +14,11 @@ if USE_COVERAGE
14 AM_CFLAGS = -fprofile-arcs -ftest-coverage 14 AM_CFLAGS = -fprofile-arcs -ftest-coverage
15endif 15endif
16 16
17if HAVE_TESTING
18bin_PROGRAMS = \ 17bin_PROGRAMS = \
19 gnunet-setu-profiler 18 gnunet-setu-profiler
20 19
21noinst_PROGRAMS = \ 20noinst_PROGRAMS = \
22 gnunet-setu-ibf-profiler 21 gnunet-setu-ibf-profiler
23endif
24 22
25libexec_PROGRAMS = \ 23libexec_PROGRAMS = \
26 gnunet-service-setu 24 gnunet-service-setu
@@ -67,11 +65,9 @@ libgnunetsetu_la_LIBADD = \
67libgnunetsetu_la_LDFLAGS = \ 65libgnunetsetu_la_LDFLAGS = \
68 $(GN_LIB_LDFLAGS) 66 $(GN_LIB_LDFLAGS)
69 67
70if HAVE_TESTING
71check_PROGRAMS = \ 68check_PROGRAMS = \
72 test_setu_api \ 69 test_setu_api \
73 perf_setu_api 70 perf_setu_api
74endif
75 71
76if ENABLE_TEST_RUN 72if ENABLE_TEST_RUN
77AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 73AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;