From 4b9bda397d8988d6a4e2f3f009c2157fc35a305a Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 26 Dec 2019 14:51:50 +0900 Subject: add udp comm test case --- src/transport/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/transport/Makefile.am') diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index e35b6bb3f..e037f3001 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -597,7 +597,8 @@ check_PROGRAMS += \ test_transport_api_reliability_udp \ test_quota_compliance_udp \ test_communicator_basic_unix \ - test_communicator_basic_tcp + test_communicator_basic_tcp \ + test_communicator_basic_udp endif endif @@ -796,6 +797,13 @@ test_communicator_basic_tcp_LDADD = \ libgnunettransporttesting2.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la + +test_communicator_basic_udp_SOURCES = \ + test_communicator_basic.c +test_communicator_basic_udp_LDADD = \ + libgnunettransporttesting2.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la endif test_plugin_unix_SOURCES = \ @@ -1498,4 +1506,6 @@ test_transport_api_slow_ats_peer2.conf \ test_communicator_unix_peer1.conf \ test_communicator_unix_peer2.conf \ test_communicator_tcp_peer1.conf \ -test_communicator_tcp_peer2.conf +test_communicator_tcp_peer2.conf \ +test_communicator_udp_peer1.conf \ +test_communicator_udp_peer2.conf -- cgit v1.2.3