aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-04 11:20:56 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-04 11:20:56 +0000
commit05de7b8b760415d86f955ff20b195d51b103603a (patch)
tree2328fc16996b488e6dc55b1100660ca45a45d821 /src
parent3943da8a6cdb1f8f67b6f66e7911620e6ecdbe41 (diff)
downloadgnunet-05de7b8b760415d86f955ff20b195d51b103603a.tar.gz
gnunet-05de7b8b760415d86f955ff20b195d51b103603a.zip
remove old testcase lines
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 3d690f44a..ba994db81 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -92,8 +92,6 @@ libgnunet_plugin_transport_udp_la_LDFLAGS = \
92check_PROGRAMS = \ 92check_PROGRAMS = \
93 test_transport_api_tcp \ 93 test_transport_api_tcp \
94 test_transport_api_udp 94 test_transport_api_udp
95# test_plugin_transport \
96# test_plugin_transport_udp
97# TODO: add tests for http, nat, etc. 95# TODO: add tests for http, nat, etc.
98 96
99TESTS = $(check_PROGRAMS) 97TESTS = $(check_PROGRAMS)
@@ -110,18 +108,6 @@ test_transport_api_udp_LDADD = \
110 $(top_builddir)/src/transport/libgnunettransport.la \ 108 $(top_builddir)/src/transport/libgnunettransport.la \
111 $(top_builddir)/src/util/libgnunetutil.la 109 $(top_builddir)/src/util/libgnunetutil.la
112 110
113test_plugin_transport_SOURCES = \
114 test_plugin_transport.c
115test_plugin_transport_LDADD = \
116 $(top_builddir)/src/transport/libgnunettransport.la \
117 $(top_builddir)/src/util/libgnunetutil.la
118
119test_plugin_transport_udp_SOURCES = \
120 test_plugin_transport_udp.c
121test_plugin_transport_udp_LDADD = \
122 $(top_builddir)/src/transport/libgnunettransport.la \
123 $(top_builddir)/src/util/libgnunetutil.la
124
125EXTRA_DIST = \ 111EXTRA_DIST = \
126 test_transport_api_data.conf \ 112 test_transport_api_data.conf \
127 test_transport_api_peer1.conf \ 113 test_transport_api_peer1.conf \