Fixed a memory leak when receiving a second create path for the same tunnel
[oweals/gnunet.git] / src / mesh / Makefile.am
index 30bc332c72b71c79a32c37a0aa1cc792a9866b41..7f042951d90aaf88ea9c4b20f86ed47e165a7166 100644 (file)
@@ -54,8 +54,9 @@ check_PROGRAMS = \
  test_mesh_path_api \
  test_mesh_local_1 \
  test_mesh_local_2 \
- test_mesh_small \
- test_mesh_small_unicast
+ test_mesh_small_unicast \
+ test_mesh_small_unicast_far \
+ test_mesh_small_multicast
 
 test_mesh_api_SOURCES = \
  test_mesh_api.c
@@ -91,30 +92,39 @@ test_mesh_local_2_LDADD = \
 test_mesh_local_2_DEPENDENCIES = \
   libgnunetmeshnew.la
 
-test_mesh_small_SOURCES = \
+test_mesh_small_unicast_SOURCES = \
  test_mesh_small.c
-test_mesh_small_LDADD = \
+test_mesh_small_unicast_LDADD = \
   $(top_builddir)/src/mesh/libgnunetmeshnew.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/testing/libgnunettesting.la
-test_mesh_small_DEPENDENCIES = \
+test_mesh_small_unicast_DEPENDENCIES = \
   libgnunetmeshnew.la
 
-test_mesh_small_unicast_SOURCES = \
- test_mesh_small_unicast.c
-test_mesh_small_unicast_LDADD = \
+test_mesh_small_unicast_far_SOURCES = \
+ test_mesh_small.c
+test_mesh_small_unicast_far_LDADD = \
   $(top_builddir)/src/mesh/libgnunetmeshnew.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/testing/libgnunettesting.la
-test_mesh_small_unicast_DEPENDENCIES = \
+test_mesh_small_unicast_far_DEPENDENCIES = \
   libgnunetmeshnew.la
 
+test_mesh_small_multicast_SOURCES = \
+ test_mesh_small.c
+test_mesh_small_multicast_LDADD = \
+  $(top_builddir)/src/mesh/libgnunetmeshnew.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/testing/libgnunettesting.la
+test_mesh_small_multicast_DEPENDENCIES = \
+  libgnunetmeshnew.la
+
+
 if ENABLE_TEST_RUN
-if HAVE_EXPERIMENTAL
 TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast
 endif
-endif
 
 EXTRA_DIST = \
   test_mesh.conf \
-  test_mesh_path.conf
\ No newline at end of file
+  test_mesh_path.conf \
+  test_mesh_small.conf
\ No newline at end of file