aboutsummaryrefslogtreecommitdiff
path: root/src/set/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/set/Makefile.am
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/set/Makefile.am')
-rw-r--r--src/set/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index d6b10a1f8..837d42ff5 100644
--- a/src/set/Makefile.am
+++ b/src/set/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-set-profiler 18 gnunet-set-profiler
20 19
21noinst_PROGRAMS = \ 20noinst_PROGRAMS = \
22 gnunet-set-ibf-profiler 21 gnunet-set-ibf-profiler
23endif
24 22
25libexec_PROGRAMS = \ 23libexec_PROGRAMS = \
26 gnunet-service-set 24 gnunet-service-set
@@ -69,13 +67,11 @@ libgnunetset_la_LIBADD = \
69libgnunetset_la_LDFLAGS = \ 67libgnunetset_la_LDFLAGS = \
70 $(GN_LIB_LDFLAGS) 68 $(GN_LIB_LDFLAGS)
71 69
72if HAVE_TESTING
73check_PROGRAMS = \ 70check_PROGRAMS = \
74 test_set_api \ 71 test_set_api \
75 test_set_union_result_symmetric \ 72 test_set_union_result_symmetric \
76 test_set_intersection_result_full \ 73 test_set_intersection_result_full \
77 test_set_union_copy 74 test_set_union_copy
78endif
79 75
80if ENABLE_TEST_RUN 76if ENABLE_TEST_RUN
81AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 77AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;