makefile update, removal of debugging DEFINES
authorNathan S. Evans <evans@in.tum.de>
Thu, 28 Jan 2010 15:43:07 +0000 (15:43 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 28 Jan 2010 15:43:07 +0000 (15:43 +0000)
src/transport/Makefile.am
src/transport/test_transport_api.c

index a612fa4f4e24e9c2828e0b3ab12b5ee8e67fb1cd..5d19525b98cefdf09e437770fc195e526158375d 100644 (file)
@@ -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)
 
index b48fb0dfbac8269347ffd7fe6fb1385e078326f4..d6b35c8f9975953da5fb9818ec0e0b4da9fee5bc 100644 (file)
@@ -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