aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-25 19:16:58 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-25 19:16:58 +0100
commit6f7c08859d2504f455d4ac63b48dfbcff4c79d81 (patch)
tree4906c6dfb86e001ef46714f0c3bc217f3cc67669 /src
parentb349301b8f27fbfe559d6be3e11aa173c4ee430a (diff)
downloadgnunet-6f7c08859d2504f455d4ac63b48dfbcff4c79d81.tar.gz
gnunet-6f7c08859d2504f455d4ac63b48dfbcff4c79d81.zip
-only test tng if experimental
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 += \
773endif 773endif
774endif 774endif
775 775
776# Only test TNG if we run experimental
777if HAVE_EXPERIMENTAL
776check_SCRIPTS= \ 778check_SCRIPTS= \
777 test_transport_simple_send_string.sh \ 779 test_transport_simple_send_string.sh \
778 test_transport_simple_send.sh \ 780 test_transport_simple_send.sh \
@@ -780,6 +782,7 @@ check_SCRIPTS= \
780 test_transport_udp_backchannel.sh \ 782 test_transport_udp_backchannel.sh \
781 # test_transport_simple_send_dv_circle.sh 783 # test_transport_simple_send_dv_circle.sh
782 # test_transport_simple_send_dv_inverse.sh 784 # test_transport_simple_send_dv_inverse.sh
785endif
783 786
784test_transport_start_with_config_SOURCES = \ 787test_transport_start_with_config_SOURCES = \
785 test_transport_start_with_config.c 788 test_transport_start_with_config.c