From d30a39972be89da881324b8175984bf658620559 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 28 Jan 2010 15:43:07 +0000 Subject: makefile update, removal of debugging DEFINES --- src/transport/Makefile.am | 8 ++++---- src/transport/test_transport_api.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index a612fa4f4..5d19525b9 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -81,10 +81,10 @@ libgnunet_plugin_transport_udp_la_LDFLAGS = \ check_PROGRAMS = \ test_transport_api_tcp \ - test_transport_api_udp \ - test_plugin_transport \ - test_plugin_transport_udp -# TODO: add tests for tcp, udp, http, nat, etc. + test_transport_api_udp +# test_plugin_transport \ +# test_plugin_transport_udp +# TODO: add tests for http, nat, etc. TESTS = $(check_PROGRAMS) diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index b48fb0dfb..d6b35c8f9 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -31,7 +31,7 @@ #include "gnunet_transport_service.h" #include "transport.h" -#define VERBOSE GNUNET_YES +#define VERBOSE GNUNET_NO #define VERBOSE_ARM GNUNET_NO -- cgit v1.2.3