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 \
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
libgnunettransporttesting.la
endif
+if HAVE_EXPERIMENTAL
test_communicator_basic_unix_SOURCES = \
test_communicator_basic.c
test_communicator_basic_unix_LDADD = \
libgnunettransporttesting2.la \
$(top_builddir)/src/testing/libgnunettesting.la \
$(top_builddir)/src/util/libgnunetutil.la
-
+endif
test_plugin_unix_SOURCES = \
test_plugin_transport.c