gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32554 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32554 - gnunet/src/mesh
Date: Thu, 6 Mar 2014 02:36:39 +0100

Author: bartpolot
Date: 2014-03-06 02:36:39 +0100 (Thu, 06 Mar 2014)
New Revision: 32554

Modified:
   gnunet/src/mesh/Makefile.am
Log:
- add makefile for new testcase

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2014-03-06 01:36:37 UTC (rev 32553)
+++ gnunet/src/mesh/Makefile.am 2014-03-06 01:36:39 UTC (rev 32554)
@@ -100,10 +100,11 @@
   test_mesh_single \
   test_mesh_local \
   test_mesh_small_forward \
-  test_mesh_small_signal  \
-  test_mesh_small_speed  \
-  test_mesh_small_speed_ack  \
-  test_mesh_small_speed_backwards  \
+  test_mesh_small_signal \
+  test_mesh_small_keepalive \
+  test_mesh_small_speed \
+  test_mesh_small_speed_ack \
+  test_mesh_small_speed_backwards \
   test_mesh_small_speed_reliable \
   test_mesh_small_speed_reliable_backwards
 endif
@@ -113,11 +114,14 @@
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/mesh/libgnunetmeshtest.a \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
-  $(top_builddir)/src/testbed/libgnunettestbed.la
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la
 
+
 dep_mesh_test_lib = \
   libgnunetmesh.la \
-  libgnunetmeshtest.a
+  libgnunetmeshtest.a \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la
 
 test_mesh_single_SOURCES = \
   test_mesh_single.c
@@ -139,6 +143,11 @@
 test_mesh_small_signal_LDADD = $(ld_mesh_test_lib)
 test_mesh_small_signal_DEPENDENCIES = $(dep_mesh_test_lib)
 
+test_mesh_small_keepalive_SOURCES = \
+  test_mesh_small.c
+test_mesh_small_keepalive_LDADD = $(ld_mesh_test_lib)
+test_mesh_small_keepalive_DEPENDENCIES = $(dep_mesh_test_lib)
+
 test_mesh_small_speed_SOURCES = \
   test_mesh_small.c
 test_mesh_small_speed_LDADD = $(ld_mesh_test_lib)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]