From: t3sserakt Date: Fri, 3 Apr 2020 11:46:05 +0000 (+0200) Subject: added communicator tests to experimental X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a3d4063b7def50dcdcf1180f660d594d8ef67c53;p=oweals%2Fgnunet.git added communicator tests to experimental --- 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 += \ test_transport_api_timeout_udp \ test_transport_api_udp_nat \ test_transport_api_reliability_udp \ - test_quota_compliance_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