From 726ac3ef2819e41aa5f045d76d9966b078934e32 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Fri, 12 Jun 2020 12:51:46 +0200 Subject: Fixed 5528: TCP *communicator* bindto option should support DNS names, and 6013: TCP communicator should bind to IPv6 and IPv4 if only port given --- src/transport/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 02e87da0f..eadb601ef 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -669,13 +669,13 @@ TESTS += \ test_transport_api_timeout_udp \ test_transport_api_udp_nat \ test_transport_api_reliability_udp \ -test_quota_compliance_udp \ -test_communicator_basic-unix \ -test_communicator_basic-tcp \ -test_communicator_basic-udp \ -test_communicator_rekey-tcp \ -test_communicator_rekey-udp \ -test_communicator_backchannel-udp + test_quota_compliance_udp \ + test_communicator_basic-unix \ + test_communicator_basic-tcp \ + test_communicator_basic-udp \ + test_communicator_rekey-tcp \ + test_communicator_rekey-udp \ + test_communicator_backchannel-udp endif endif -- cgit v1.2.3