From 768cf4d37944fceb336ceb09aa85e2ae87e7a612 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sat, 1 Sep 2012 15:42:42 +0000 Subject: tests for testbed_test_run and some fixes --- 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 2e07afee7..a865e468f 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -74,6 +74,7 @@ check_PROGRAMS = \ test_testbed_api \ test_testbed_api_operations \ test_testbed_api_testbed_run \ + test_testbed_api_test \ test_gnunet_helper_testbed if ENABLE_TEST_RUN @@ -126,6 +127,12 @@ test_testbed_api_testbed_run_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la +test_testbed_api_test_SOURCES = \ + test_testbed_api_test.c +test_testbed_api_test_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + test_gnunet_helper_testbed_SOURCES = \ test_gnunet_helper_testbed.c test_gnunet_helper_testbed_LDADD = \ -- cgit v1.2.3