aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-12 09:01:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-12 09:01:54 +0000
commit0121f630cdf0b7e79f2664e2a6a2f8005e1feb88 (patch)
treeaa6897ce03a5ad3b9c11add97353895281604083
parentd3b33bd232126e95b66928dbc32992f5992b4072 (diff)
downloadgnunet-0121f630cdf0b7e79f2664e2a6a2f8005e1feb88.tar.gz
gnunet-0121f630cdf0b7e79f2664e2a6a2f8005e1feb88.zip
adding test_plugin_transport_http test
-rw-r--r--src/transport/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 1964515a1..2d897f622 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -6,11 +6,9 @@ if MINGW
6 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 6 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
7endif 7endif
8 8
9if MINGW
10 GN_LIBMHD = -lmicrohttpd 9 GN_LIBMHD = -lmicrohttpd
11 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la 10 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
12 HTTP_PLUGIN_CHECK = test_plugin_transport_http 11 HTTP_PLUGIN_CHECK = test_plugin_transport_http
13endif
14 12
15if USE_COVERAGE 13if USE_COVERAGE
16 AM_CFLAGS = --coverage -O0 14 AM_CFLAGS = --coverage -O0
@@ -144,6 +142,7 @@ TESTS = \
144 test_transport_api_tcp_nat \ 142 test_transport_api_tcp_nat \
145 test_transport_api_udp \ 143 test_transport_api_udp \
146 test_transport_api_udp_nat \ 144 test_transport_api_udp_nat \
145 test_plugin_transport_http \
147 test_transport_api_reliability_tcp \ 146 test_transport_api_reliability_tcp \
148 test_transport_api_reliability_tcp_nat 147 test_transport_api_reliability_tcp_nat
149 148