aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/service/transport/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/service/transport/Makefile.am b/src/service/transport/Makefile.am
index 3e18ea123..b1bc37893 100644
--- a/src/service/transport/Makefile.am
+++ b/src/service/transport/Makefile.am
@@ -313,13 +313,13 @@ check_PROGRAMS = \
313 test_communicator_basic-tcp \ 313 test_communicator_basic-tcp \
314 test_communicator_basic-udp \ 314 test_communicator_basic-udp \
315 test_communicator_rekey-tcp \ 315 test_communicator_rekey-tcp \
316 test_communicator_rekey-udp \
317 test_communicator_backchannel-udp \
318 test_communicator_bidirect-tcp 316 test_communicator_bidirect-tcp
319 317
320if HAVE_EXPERIMENTAL 318if HAVE_EXPERIMENTAL
321check_PROGRAMS += test_communicator_basic-quic \ 319check_PROGRAMS += test_communicator_basic-quic \
322 test_communicator_basic-unix 320 test_communicator_basic-unix \
321 test_communicator_rekey-udp \
322 test_communicator_backchannel-udp
323check_SCRIPTS= \ 323check_SCRIPTS= \
324 test_transport_start_testcase.sh \ 324 test_transport_start_testcase.sh \
325 test_transport_simple_send_performance.sh \ 325 test_transport_simple_send_performance.sh \