aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-06 12:34:39 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-06 12:34:39 +0200
commitafea0eea1ecfa41150fdf9ee052acac75eee6534 (patch)
tree1bb24bac4340262b15640fadbdb7beb8a32f695c /src/integration-tests
parent1d4e7a0eec5ee96d878cdd0e4e3c62c0676bf2d0 (diff)
downloadgnunet-afea0eea1ecfa41150fdf9ee052acac75eee6534.tar.gz
gnunet-afea0eea1ecfa41150fdf9ee052acac75eee6534.zip
BUILD: Remove gnurl. Improve curl-gnutls detection
Diffstat (limited to 'src/integration-tests')
-rw-r--r--src/integration-tests/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index b3adc3a0f..33c6a3832 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -23,15 +23,8 @@ endif
23 23
24if ENABLE_TEST_RUN 24if ENABLE_TEST_RUN
25AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 25AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
26if HAVE_LIBGNURL
27TESTS = \ 26TESTS = \
28 $(check_SCRIPTS) 27 $(check_SCRIPTS)
29else
30if HAVE_LIBCURL
31TESTS = \
32 $(check_SCRIPTS)
33endif
34endif
35endif 28endif
36 29
37SUFFIXES = .py.in .py 30SUFFIXES = .py.in .py