From a5e2b65182c5e73f723f2b49d07aabfbe54ad112 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 26 Apr 2013 08:47:58 +0000 Subject: - signal termination to peers when controller crashes --- src/testbed/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/testbed/Makefile.am') diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 3802cfebe..e95dd3fa1 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -144,6 +144,7 @@ check_PROGRAMS = \ test_testbed_api_testbed_run_topologysmallworld \ test_testbed_api_testbed_run_topologyfromfile \ test_testbed_api_testbed_run_topologyscalefree \ + test_testbed_api_testbed_run_waitforever \ #Can be used for manual debugging test_testbed_api_statistics if ENABLE_TEST_RUN @@ -319,6 +320,12 @@ test_testbed_api_testbed_run_topologyscalefree_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la +test_testbed_api_testbed_run_waitforever_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_waitforever_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + test_testbed_api_statistics_SOURCES = \ test_testbed_api_statistics.c test_testbed_api_statistics_LDADD = \ -- cgit v1.2.3