aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-25 20:52:59 +0900
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-25 20:52:59 +0900
commit89ba0da62fcd19216e9ae57f205eb7426bc7ff07 (patch)
tree8583c7695473acd607eb6b4662f5d71dbc1c63f9
parent65a1f7952d0604b1f8ff3da411c669596946c07c (diff)
downloadgnunet-89ba0da62fcd19216e9ae57f205eb7426bc7ff07.tar.gz
gnunet-89ba0da62fcd19216e9ae57f205eb7426bc7ff07.zip
make tng tests experimental
-rw-r--r--src/transport/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 26a37c8bc..e35b6bb3f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -587,9 +587,6 @@ if HAVE_GETOPT_BINARY
587check_PROGRAMS += \ 587check_PROGRAMS += \
588test_transport_api_slow_ats 588test_transport_api_slow_ats
589endif 589endif
590check_PROGRAMS += \
591test_communicator_basic_unix \
592test_communicator_basic_tcp
593if HAVE_EXPERIMENTAL 590if HAVE_EXPERIMENTAL
594check_PROGRAMS += \ 591check_PROGRAMS += \
595 test_transport_address_switch_udp \ 592 test_transport_address_switch_udp \
@@ -598,7 +595,9 @@ check_PROGRAMS += \
598 test_transport_api_timeout_udp \ 595 test_transport_api_timeout_udp \
599 test_transport_api_udp_nat \ 596 test_transport_api_udp_nat \
600 test_transport_api_reliability_udp \ 597 test_transport_api_reliability_udp \
601 test_quota_compliance_udp 598 test_quota_compliance_udp \
599 test_communicator_basic_unix \
600 test_communicator_basic_tcp
602endif 601endif
603endif 602endif
604 603
@@ -783,6 +782,7 @@ test_plugin_udp_LDADD = \
783 libgnunettransporttesting.la 782 libgnunettransporttesting.la
784endif 783endif
785 784
785if HAVE_EXPERIMENTAL
786test_communicator_basic_unix_SOURCES = \ 786test_communicator_basic_unix_SOURCES = \
787 test_communicator_basic.c 787 test_communicator_basic.c
788test_communicator_basic_unix_LDADD = \ 788test_communicator_basic_unix_LDADD = \
@@ -796,7 +796,7 @@ test_communicator_basic_tcp_LDADD = \
796 libgnunettransporttesting2.la \ 796 libgnunettransporttesting2.la \
797 $(top_builddir)/src/testing/libgnunettesting.la \ 797 $(top_builddir)/src/testing/libgnunettesting.la \
798 $(top_builddir)/src/util/libgnunetutil.la 798 $(top_builddir)/src/util/libgnunetutil.la
799 799endif
800 800
801test_plugin_unix_SOURCES = \ 801test_plugin_unix_SOURCES = \
802 test_plugin_transport.c 802 test_plugin_transport.c