aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 15:44:29 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-03-06 15:44:29 +0100
commite5628fab8400c9ef8cde570dac9157ae8c02daef (patch)
tree46e7709f535b0c2361a14018922eb9bf918de309
parent51603103fdfc5fe8d623a037b473b8c6313e2b62 (diff)
downloadgnunet-e5628fab8400c9ef8cde570dac9157ae8c02daef.tar.gz
gnunet-e5628fab8400c9ef8cde570dac9157ae8c02daef.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 03c726dc5..3e667d04e 100644
--- a/src/service/transport/Makefile.am
+++ b/src/service/transport/Makefile.am
@@ -296,13 +296,13 @@ check_PROGRAMS = \
296 test_communicator_basic-tcp \ 296 test_communicator_basic-tcp \
297 test_communicator_basic-udp \ 297 test_communicator_basic-udp \
298 test_communicator_rekey-tcp \ 298 test_communicator_rekey-tcp \
299 test_communicator_rekey-udp \
300 test_communicator_backchannel-udp \
301 test_communicator_bidirect-tcp 299 test_communicator_bidirect-tcp
302 300
303if HAVE_EXPERIMENTAL 301if HAVE_EXPERIMENTAL
304check_PROGRAMS += test_communicator_basic-quic \ 302check_PROGRAMS += test_communicator_basic-quic \
305 test_communicator_basic-unix 303 test_communicator_basic-unix \
304 test_communicator_rekey-udp \
305 test_communicator_backchannel-udp
306check_SCRIPTS= \ 306check_SCRIPTS= \
307 test_transport_start_testcase.sh \ 307 test_transport_start_testcase.sh \
308 test_transport_simple_send_performance.sh \ 308 test_transport_simple_send_performance.sh \