diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-12-25 20:52:59 +0900 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-12-25 20:52:59 +0900 |
commit | 89ba0da62fcd19216e9ae57f205eb7426bc7ff07 (patch) | |
tree | 8583c7695473acd607eb6b4662f5d71dbc1c63f9 | |
parent | 65a1f7952d0604b1f8ff3da411c669596946c07c (diff) |
make tng tests experimental
-rw-r--r-- | src/transport/Makefile.am | 10 |
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 check_PROGRAMS += \ test_transport_api_slow_ats endif -check_PROGRAMS += \ -test_communicator_basic_unix \ -test_communicator_basic_tcp if HAVE_EXPERIMENTAL check_PROGRAMS += \ test_transport_address_switch_udp \ @@ -598,7 +595,9 @@ check_PROGRAMS += \ test_transport_api_timeout_udp \ test_transport_api_udp_nat \ test_transport_api_reliability_udp \ - test_quota_compliance_udp + test_quota_compliance_udp \ + test_communicator_basic_unix \ + test_communicator_basic_tcp endif endif @@ -783,6 +782,7 @@ test_plugin_udp_LDADD = \ libgnunettransporttesting.la endif +if HAVE_EXPERIMENTAL test_communicator_basic_unix_SOURCES = \ test_communicator_basic.c test_communicator_basic_unix_LDADD = \ @@ -796,7 +796,7 @@ test_communicator_basic_tcp_LDADD = \ libgnunettransporttesting2.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la - +endif test_plugin_unix_SOURCES = \ test_plugin_transport.c |