aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-17 16:20:09 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-17 16:20:09 +0000
commit782f3c0ce710d67c869d92078c6d64c55992997f (patch)
treed98e2a58c1adfba8855f7b62d456686109dd815f /src
parent875bd1aaf60122eeef188916c728b23ca86a9d83 (diff)
downloadgnunet-782f3c0ce710d67c869d92078c6d64c55992997f.tar.gz
gnunet-782f3c0ce710d67c869d92078c6d64c55992997f.zip
Removed deprecated testcase
Diffstat (limited to 'src')
-rw-r--r--src/mesh/Makefile.am10
1 files changed, 0 insertions, 10 deletions
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 = \
49 test_mesh_local_2 \ 49 test_mesh_local_2 \
50 test_mesh_2dtorus \ 50 test_mesh_2dtorus \
51 test_mesh_small_unicast \ 51 test_mesh_small_unicast \
52 test_mesh_small_unicast_far \
53 test_mesh_small_multicast 52 test_mesh_small_multicast
54 53
55test_mesh_api_SOURCES = \ 54test_mesh_api_SOURCES = \
@@ -101,15 +100,6 @@ test_mesh_small_unicast_LDADD = \
101test_mesh_small_unicast_DEPENDENCIES = \ 100test_mesh_small_unicast_DEPENDENCIES = \
102 libgnunetmesh.la 101 libgnunetmesh.la
103 102
104test_mesh_small_unicast_far_SOURCES = \
105 test_mesh_small.c
106test_mesh_small_unicast_far_LDADD = \
107 $(top_builddir)/src/mesh/libgnunetmesh.la \
108 $(top_builddir)/src/util/libgnunetutil.la \
109 $(top_builddir)/src/testing/libgnunettesting.la
110test_mesh_small_unicast_far_DEPENDENCIES = \
111 libgnunetmesh.la
112
113test_mesh_small_multicast_SOURCES = \ 103test_mesh_small_multicast_SOURCES = \
114 test_mesh_small.c 104 test_mesh_small.c
115test_mesh_small_multicast_LDADD = \ 105test_mesh_small_multicast_LDADD = \