aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 15:44:29 +0100
committert3serakt <t3ss@posteo.de>2024-04-10 20:14:48 +0200
commitdbf5adbcc43f927a1dc2cae8b533fb2bd5ccc647 (patch)
tree391e049a05fc916f8224598ed7aa8d16b3dc1d5f
parent441941665b702d1d4db420f2050f19360b7ec1b4 (diff)
downloadgnunet-dbf5adbcc43f927a1dc2cae8b533fb2bd5ccc647.tar.gz
gnunet-dbf5adbcc43f927a1dc2cae8b533fb2bd5ccc647.zip
transport: make some UDP tests experimental
-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 \