gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: transport Makefile: quic test basic


From: gnunet
Subject: [gnunet] branch master updated: transport Makefile: quic test basic
Date: Thu, 03 Aug 2023 21:10:07 +0200

This is an automated email from the git hooks/post-receive script.

marshall pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b4ebf7bdf transport Makefile: quic test basic
b4ebf7bdf is described below

commit b4ebf7bdf4a0d6a04ece8d7faec6de4f81a5ea5b
Author: marshall <stmr@umich.edu>
AuthorDate: Thu Aug 3 15:09:27 2023 -0400

    transport Makefile: quic test basic
---
 src/transport/Makefile.am | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index ec036a4c6..3cd2dc8bf 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -711,6 +711,7 @@ check_PROGRAMS += \
   test_communicator_basic-unix \
   test_communicator_basic-tcp \
   test_communicator_basic-udp \
+  test_communicator_basic-quic \
   test_communicator_rekey-tcp \
   test_communicator_rekey-udp \
   test_communicator_backchannel-udp \
@@ -789,6 +790,7 @@ TESTS += \
   test_quota_compliance_udp \
   test_communicator_basic-unix \
   test_communicator_basic-tcp \
+  test_communicator_basic-quic \
   test_communicator_basic-udp \
   test_communicator_rekey-tcp \
   test_communicator_rekey-udp \
@@ -954,6 +956,14 @@ test_communicator_basic_udp_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la
 
+test_communicator_basic_quic_SOURCES = \
+ test_communicator_basic.c
+test_communicator_basic_quic_LDADD = \
+ libgnunettransporttesting2.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/statistics/libgnunetstatistics.la
+
 test_communicator_rekey_tcp_SOURCES = \
  test_communicator_basic.c
 test_communicator_rekey_tcp_LDADD = \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]