From 05de7b8b760415d86f955ff20b195d51b103603a Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 4 Feb 2010 11:20:56 +0000 Subject: [PATCH] remove old testcase lines --- src/transport/Makefile.am | 14 -------------- 1 file changed, 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 = \ check_PROGRAMS = \ test_transport_api_tcp \ test_transport_api_udp -# test_plugin_transport \ -# test_plugin_transport_udp # TODO: add tests for http, nat, etc. TESTS = $(check_PROGRAMS) @@ -110,18 +108,6 @@ test_transport_api_udp_LDADD = \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la -test_plugin_transport_SOURCES = \ - test_plugin_transport.c -test_plugin_transport_LDADD = \ - $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/util/libgnunetutil.la - -test_plugin_transport_udp_SOURCES = \ - test_plugin_transport_udp.c -test_plugin_transport_udp_LDADD = \ - $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/util/libgnunetutil.la - EXTRA_DIST = \ test_transport_api_data.conf \ test_transport_api_peer1.conf \ -- 2.25.1