remove old testcase lines
authorNathan S. Evans <evans@in.tum.de>
Thu, 4 Feb 2010 11:20:56 +0000 (11:20 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 4 Feb 2010 11:20:56 +0000 (11:20 +0000)
src/transport/Makefile.am

index 3d690f44aace26c178e4dd67fb267e5282c02a77..ba994db81c793c46c26cb7231e58b10c095d6c15 100644 (file)
@@ -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 \