X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2FMakefile.am;h=950b0a9a031278380d28385f47109cebc76e3d62;hb=f0a8d26b26cda04518e3555373172f6b4940e489;hp=f7f6a93700c9e3409d5e114d364b15f06bd431f0;hpb=db340eb3a3f42a2a25ced042331776df65024ea9;p=oweals%2Fgnunet.git diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index f7f6a9370..950b0a9a0 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -278,7 +278,11 @@ plugin_LTLIBRARIES = \ $(HTTP_SERVER_PLUGIN_LA) \ $(HTTPS_SERVER_PLUGIN_LA) \ $(WLAN_PLUGIN_LA) \ - $(BT_PLUGIN_LA) \ + $(BT_PLUGIN_LA) + +# Note: real plugins of course need to be added +# to the plugin_LTLIBRARIES above +noinst_LTLIBRARIES = \ libgnunet_plugin_transport_template.la libgnunet_plugin_transport_tcp_la_SOURCES = \ @@ -489,8 +493,11 @@ check_PROGRAMS = \ $(HTTP_QUOTA_TEST) \ $(HTTPS_QUOTA_TEST) \ $(WLAN_QUOTA_TEST) \ - $(BT_QUOTA_TEST) \ - test_transport_api_slow_ats + $(BT_QUOTA_TEST) +if HAVE_GETOPT_BINARY +check_PROGRAMS += \ +test_transport_api_slow_ats +endif endif if ENABLE_TEST_RUN @@ -549,7 +556,6 @@ TESTS = \ $(UNIX_QUOTA_TEST) \ $(HTTP_QUOTA_TEST) \ $(HTTPS_QUOTA_TEST) \ - test_transport_api_slow_ats \ test_transport_api_timeout_tcp \ test_transport_api_timeout_udp \ $(UNIX_PLUGIN_TIMEOUT_TEST) \ @@ -561,6 +567,10 @@ TESTS = \ test_transport_address_switch_udp \ $(HTTP_SWITCH) \ $(HTTPS_SWITCH) +if HAVE_GETOPT_BINARY +TESTS += \ +test_transport_api_slow_ats +endif endif test_transport_testing_startstop_SOURCES = \