aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-04-03 13:46:05 +0200
committert3sserakt <t3ss@posteo.de>2020-04-03 13:50:20 +0200
commita3d4063b7def50dcdcf1180f660d594d8ef67c53 (patch)
treee1c5fb7a8c5e0ad20ab98e6ae1b47f45d84299b4
parent225ddf0a2f704547e49ac3c3878b9015c915a02a (diff)
downloadgnunet-a3d4063b7def50dcdcf1180f660d594d8ef67c53.tar.gz
gnunet-a3d4063b7def50dcdcf1180f660d594d8ef67c53.zip
added communicator tests to experimental
-rw-r--r--src/transport/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 077c0409a..3028b29b4 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -673,7 +673,13 @@ TESTS += \
673 test_transport_api_timeout_udp \ 673 test_transport_api_timeout_udp \
674 test_transport_api_udp_nat \ 674 test_transport_api_udp_nat \
675 test_transport_api_reliability_udp \ 675 test_transport_api_reliability_udp \
676 test_quota_compliance_udp 676test_quota_compliance_udp \
677test_communicator_basic-unix \
678test_communicator_basic-tcp \
679test_communicator_basic-udp \
680test_communicator_rekey-tcp \
681test_communicator_rekey-udp \
682test_communicator_backchannel-udp
677endif 683endif
678endif 684endif
679 685