aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-01-28 15:43:07 +0000
committerNathan S. Evans <evans@in.tum.de>2010-01-28 15:43:07 +0000
commitd30a39972be89da881324b8175984bf658620559 (patch)
tree8414430bdd814015d1a62805a4673a1f8691f7ad /src
parent212af4ba3662b8a3e12590050c85805fc3abde5a (diff)
downloadgnunet-d30a39972be89da881324b8175984bf658620559.tar.gz
gnunet-d30a39972be89da881324b8175984bf658620559.zip
makefile update, removal of debugging DEFINES
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am8
-rw-r--r--src/transport/test_transport_api.c2
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 = \
81 81
82check_PROGRAMS = \ 82check_PROGRAMS = \
83 test_transport_api_tcp \ 83 test_transport_api_tcp \
84 test_transport_api_udp \ 84 test_transport_api_udp
85 test_plugin_transport \ 85# test_plugin_transport \
86 test_plugin_transport_udp 86# test_plugin_transport_udp
87# TODO: add tests for tcp, udp, http, nat, etc. 87# TODO: add tests for http, nat, etc.
88 88
89TESTS = $(check_PROGRAMS) 89TESTS = $(check_PROGRAMS)
90 90
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 @@
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32#include "transport.h" 32#include "transport.h"
33 33
34#define VERBOSE GNUNET_YES 34#define VERBOSE GNUNET_NO
35 35
36#define VERBOSE_ARM GNUNET_NO 36#define VERBOSE_ARM GNUNET_NO
37 37