From: Bart Polot Date: Thu, 17 Nov 2011 16:20:09 +0000 (+0000) Subject: Removed deprecated testcase X-Git-Tag: initial-import-from-subversion-38251~15887 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=782f3c0ce710d67c869d92078c6d64c55992997f;p=oweals%2Fgnunet.git Removed deprecated testcase --- diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index d40e556c8..ee3e329fa 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -49,7 +49,6 @@ check_PROGRAMS = \ test_mesh_local_2 \ test_mesh_2dtorus \ test_mesh_small_unicast \ - test_mesh_small_unicast_far \ test_mesh_small_multicast test_mesh_api_SOURCES = \ @@ -101,15 +100,6 @@ test_mesh_small_unicast_LDADD = \ test_mesh_small_unicast_DEPENDENCIES = \ libgnunetmesh.la -test_mesh_small_unicast_far_SOURCES = \ - test_mesh_small.c -test_mesh_small_unicast_far_LDADD = \ - $(top_builddir)/src/mesh/libgnunetmesh.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testing/libgnunettesting.la -test_mesh_small_unicast_far_DEPENDENCIES = \ - libgnunetmesh.la - test_mesh_small_multicast_SOURCES = \ test_mesh_small.c test_mesh_small_multicast_LDADD = \