aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-16 09:20:46 +0200
committert3sserakt <t3ss@posteo.de>2021-08-16 09:21:00 +0200
commit0cd927b915340f09d19c8d2d6f6851c81340ec70 (patch)
tree3e435523b7eab4fe6247cf955c10fc47c111cdf4 /src/transport
parent58b837048d27e04db8f5c02d6559fe7880c6cdb3 (diff)
parent26132842da462e44c397bda0941bcb9bf5e1c942 (diff)
downloadgnunet-0cd927b915340f09d19c8d2d6f6851c81340ec70.tar.gz
gnunet-0cd927b915340f09d19c8d2d6f6851c81340ec70.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index e19ebd8e9..0613f663d 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -647,7 +647,6 @@ endif
647if ENABLE_TEST_RUN 647if ENABLE_TEST_RUN
648AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 648AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
649TESTS = \ 649TESTS = \
650 test_transport_api_cmd_simple_send \
651 test_transport_address_switch_tcp \ 650 test_transport_address_switch_tcp \
652 $(HTTP_SWITCH) \ 651 $(HTTP_SWITCH) \
653 $(HTTPS_SWITCH) \ 652 $(HTTPS_SWITCH) \
@@ -707,6 +706,7 @@ test_transport_api_slow_ats
707endif 706endif
708if HAVE_EXPERIMENTAL 707if HAVE_EXPERIMENTAL
709TESTS += \ 708TESTS += \
709 test_transport_api_cmd_simple_send \
710 test_transport_address_switch_udp \ 710 test_transport_address_switch_udp \
711 test_plugin_udp \ 711 test_plugin_udp \
712 test_transport_api_udp \ 712 test_transport_api_udp \