From d0c55c3ee57913977b1497ea0e6f20573820b206 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 31 Aug 2012 10:06:42 +0000 Subject: [PATCH] added testbed_run test to default checks --- src/testbed/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 229e89ba1..3de2009cc 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -83,7 +83,8 @@ if ENABLE_TEST_RUN test_testbed_api_2peers \ test_testbed_api_operations \ test_gnunet_testbed_helper \ - test_testbed_api_controllerlink + test_testbed_api_controllerlink \ + test_testbed_api_testbed_run endif test_testbed_api_hosts_SOURCES = \ -- 2.25.1