diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-10-11 23:43:04 +0200 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2021-10-11 23:43:04 +0200 |
commit | 4e7e81f4d1305df169d3f7623948a142aa47936b (patch) | |
tree | bd74087a75d29375fdf457d3c4fc6662106cf92f /src/setu/Makefile.am | |
parent | 65554324abf7e83e3f0f51c3b059e621934afb9d (diff) |
BUILD: Remove --disable-testing. Issue #7033
Diffstat (limited to 'src/setu/Makefile.am')
-rw-r--r-- | src/setu/Makefile.am | 4 |
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 AM_CFLAGS = -fprofile-arcs -ftest-coverage endif -if HAVE_TESTING bin_PROGRAMS = \ gnunet-setu-profiler noinst_PROGRAMS = \ gnunet-setu-ibf-profiler -endif libexec_PROGRAMS = \ gnunet-service-setu @@ -67,11 +65,9 @@ libgnunetsetu_la_LIBADD = \ libgnunetsetu_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) -if HAVE_TESTING check_PROGRAMS = \ test_setu_api \ perf_setu_api -endif if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; |