Removed deprecated testcase
authorBart Polot <bart@net.in.tum.de>
Thu, 17 Nov 2011 16:20:09 +0000 (16:20 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 17 Nov 2011 16:20:09 +0000 (16:20 +0000)
src/mesh/Makefile.am

index d40e556c8338bfb064913ebe013261fbee1285cf..ee3e329fa29be024fc3ffc343d033234e267fb40 100644 (file)
@@ -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 = \