aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>2013-09-19 13:09:18 +0000
committerClaudiu Olteanu <claudiu@140774ce-b5e7-0310-ab8b-a85725594a96>2013-09-19 13:09:18 +0000
commit8d4d3437ec65fb17657ac60eede0a1bae3936d2f (patch)
tree59f2a770011c77579107dfdc75810b7c994c26e8 /src/transport/Makefile.am
parentda2224c154777930524d3f51baa35527989d843c (diff)
downloadgnunet-8d4d3437ec65fb17657ac60eede0a1bae3936d2f.tar.gz
gnunet-8d4d3437ec65fb17657ac60eede0a1bae3936d2f.zip
Removing the bluetooth tests on W32
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 9e257f068..71a54d83f 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -82,11 +82,6 @@ if MINGW
82 BT_BIN = gnunet-helper-transport-bluetooth 82 BT_BIN = gnunet-helper-transport-bluetooth
83 BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la 83 BT_PLUGIN_LA = libgnunet_plugin_transport_bluetooth.la
84 BT_PLUGIN_TEST = test_plugin_bluetooth 84 BT_PLUGIN_TEST = test_plugin_bluetooth
85 BT_API_TEST = test_transport_api_bluetooth
86 BT_REL_TEST = test_transport_api_reliability_bluetooth
87 BT_UREL_TEST = test_transport_api_unreliability_bluetooth
88 BT_QUOTA_TEST = test_quota_compliance_bluetooth \
89 test_quota_compliance_bluetooth_asymmetric
90endif 85endif
91endif 86endif
92 87