aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-22 16:28:12 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-22 16:28:12 +0000
commitb2233ee243272da8e57a2547c13ac6c36722c498 (patch)
tree02d098b97f1dec8c4e965b3b861ee1bdb9073552 /src/transport
parent95344ffd1f95a72ac3d648c6fd12fbbb7ac7ec11 (diff)
downloadgnunet-b2233ee243272da8e57a2547c13ac6c36722c498.tar.gz
gnunet-b2233ee243272da8e57a2547c13ac6c36722c498.zip
disabled wlan test
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am5
1 files 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
36if LINUX 36if LINUX
37 WANBIN = gnunet-transport-wlan-helper 37 WANBIN = gnunet-transport-wlan-helper
38 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la 38 WLAN_PLUGIN_LA = libgnunet_plugin_transport_wlan.la
39 WLAN_API_TEST = test_transport_api_wlan 39 WLAN_API_TEST =
40# WLAN_API_TEST = test_transport_api_wlan
40endif 41endif
41endif 42endif
42 43
@@ -233,7 +234,7 @@ TESTS = \
233 $(HTTP_API_TEST) \ 234 $(HTTP_API_TEST) \
234 $(HTTPS_PLUGIN_TEST) \ 235 $(HTTPS_PLUGIN_TEST) \
235 $(HTTPS_API_TEST) \ 236 $(HTTPS_API_TEST) \
236 test_transport_api_wlan \ 237 $(WLAN_API_TEST) \
237 test_transport_api_multi \ 238 test_transport_api_multi \
238 test_transport_api_reliability_tcp \ 239 test_transport_api_reliability_tcp \
239 test_transport_api_reliability_tcp_nat \ 240 test_transport_api_reliability_tcp_nat \