From: Matthias Wachs Date: Fri, 20 May 2011 15:06:24 +0000 (+0000) Subject: no unix on freebsd X-Git-Tag: initial-import-from-subversion-38251~18440 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6ce656812a23d9037fbd37b5867b35ee4ef63908;p=oweals%2Fgnunet.git no unix on freebsd --- diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index b3f0aaa35..9f89e7239 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -43,7 +43,7 @@ endif if LINUX UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la -UNIX_PLUGIN_TEST = test_transport_api_unix +UNIX_PLUGIN_TEST = test_transport_api_unix UNIX_REL_TEST = test_transport_api_unreliability_unix UNIX_QUOTA_TEST = test_quota_compliance_unix \ test_quota_compliance_unix_asymmetric_recv_constant @@ -224,7 +224,6 @@ check_PROGRAMS = \ test_transport_api_reliability_tcp \ test_transport_api_reliability_tcp_nat \ test_transport_api_unreliability_udp \ - test_transport_api_unreliability_unix \ $(UNIX_REL_TEST) \ $(HTTP_REL_TEST) \ $(HTTPS_REL_TEST) \ @@ -256,7 +255,7 @@ TESTS = \ test_transport_api_reliability_tcp \ test_transport_api_reliability_tcp_nat \ test_transport_api_unreliability_udp \ - test_transport_api_unreliability_unix \ + $(UNIX_REL_TEST) \ $(HTTP_REL_TEST) \ $(HTTPS_REL_TEST) \ test_quota_compliance_tcp \