aboutsummaryrefslogtreecommitdiff
path: root/src/seti/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/seti/Makefile.am
parent65554324abf7e83e3f0f51c3b059e621934afb9d (diff)
downloadgnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.tar.gz
gnunet-4e7e81f4d1305df169d3f7623948a142aa47936b.zip
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/seti/Makefile.am')
-rw-r--r--src/seti/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/seti/Makefile.am b/src/seti/Makefile.am
index 522f33ece..8441c5060 100644
--- a/src/seti/Makefile.am
+++ b/src/seti/Makefile.am
@@ -14,10 +14,8 @@ 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-seti-profiler 18 gnunet-seti-profiler
20endif
21 19
22libexec_PROGRAMS = \ 20libexec_PROGRAMS = \
23 gnunet-service-seti 21 gnunet-service-seti
@@ -55,10 +53,8 @@ libgnunetseti_la_LIBADD = \
55libgnunetseti_la_LDFLAGS = \ 53libgnunetseti_la_LDFLAGS = \
56 $(GN_LIB_LDFLAGS) 54 $(GN_LIB_LDFLAGS)
57 55
58if HAVE_TESTING
59check_PROGRAMS = \ 56check_PROGRAMS = \
60 test_seti_api 57 test_seti_api
61endif
62 58
63if ENABLE_TEST_RUN 59if ENABLE_TEST_RUN
64AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 60AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;