From b2233ee243272da8e57a2547c13ac6c36722c498 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 22 Dec 2010 16:28:12 +0000 Subject: [PATCH] disabled wlan test --- src/transport/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 7d93a7a2f..21a76e2a7 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -36,7 +36,8 @@ if HAVE_PCAP if LINUX WANBIN = gnunet-transport-wlan-helper WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la - WLAN_API_TEST = test_transport_api_wlan + WLAN_API_TEST = +# WLAN_API_TEST = test_transport_api_wlan endif endif @@ -233,7 +234,7 @@ TESTS = \ $(HTTP_API_TEST) \ $(HTTPS_PLUGIN_TEST) \ $(HTTPS_API_TEST) \ - test_transport_api_wlan \ + $(WLAN_API_TEST) \ test_transport_api_multi \ test_transport_api_reliability_tcp \ test_transport_api_reliability_tcp_nat \ -- 2.25.1