- add a test for traffic between two clients of a single peer
[oweals/gnunet.git] / src / mesh / Makefile.am
index 2a51a519fe00d8eecb6fbb9f33dc6eb47fe3b737..ad87cd5f93b2d39da179a4d252dfc8913632cd3f 100644 (file)
@@ -86,6 +86,7 @@ check_PROGRAMS = \
  test_mesh_tree_api \
  test_mesh_local_1 \
  test_mesh_local_2 \
+ test_mesh_local_traffic \
  test_mesh_2dtorus \
  test_mesh_regex \
  test_mesh_small_unicast \
@@ -130,6 +131,16 @@ test_mesh_local_2_LDADD = \
 test_mesh_local_2_DEPENDENCIES = \
   libgnunetmesh.la
 
+test_mesh_local_traffic_SOURCES = \
+ test_mesh_local_traffic.c
+test_mesh_local_traffic_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/testing/libgnunettesting.la \
+ $(top_builddir)/src/mesh/libgnunetmesh.la
+test_mesh_local_traffic_DEPENDENCIES = \
+  libgnunetmesh.la
+
+
 test_mesh_2dtorus_SOURCES = \
  test_mesh_2dtorus.c
 test_mesh_2dtorus_LDADD = \