gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -only test tng if experimental


From: gnunet
Subject: [gnunet] branch master updated: -only test tng if experimental
Date: Fri, 25 Feb 2022 19:17:02 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6f7c08859 -only test tng if experimental
6f7c08859 is described below

commit 6f7c08859d2504f455d4ac63b48dfbcff4c79d81
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Feb 25 19:16:58 2022 +0100

    -only test tng if experimental
---
 src/transport/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 5d6fb8421..28bb5c431 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -773,6 +773,8 @@ TESTS += \
 endif
 endif
 
+# Only test TNG if we run experimental
+if HAVE_EXPERIMENTAL
 check_SCRIPTS= \
   test_transport_simple_send_string.sh \
   test_transport_simple_send.sh \
@@ -780,6 +782,7 @@ check_SCRIPTS= \
   test_transport_udp_backchannel.sh \
   # test_transport_simple_send_dv_circle.sh 
   # test_transport_simple_send_dv_inverse.sh
+endif
 
 test_transport_start_with_config_SOURCES = \
  test_transport_start_with_config.c

-- 
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]