From: Matthias Wachs Date: Mon, 12 Jul 2010 09:01:54 +0000 (+0000) Subject: adding test_plugin_transport_http test X-Git-Tag: initial-import-from-subversion-38251~20977 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0121f630cdf0b7e79f2664e2a6a2f8005e1feb88;p=oweals%2Fgnunet.git adding test_plugin_transport_http test --- 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 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif -if MINGW GN_LIBMHD = -lmicrohttpd HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la HTTP_PLUGIN_CHECK = test_plugin_transport_http -endif if USE_COVERAGE AM_CFLAGS = --coverage -O0 @@ -144,6 +142,7 @@ TESTS = \ test_transport_api_tcp_nat \ test_transport_api_udp \ test_transport_api_udp_nat \ + test_plugin_transport_http \ test_transport_api_reliability_tcp \ test_transport_api_reliability_tcp_nat