From 0793e4b7af79a49bf1bc275be95f306136ac8cbb Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 23 Apr 2013 15:30:49 +0000 Subject: - test cases for testbed logger --- src/testbed/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/testbed/Makefile.am') diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 7d65e9fc2..3802cfebe 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -121,6 +121,7 @@ libgnunettestbedlogger_la_LDFLAGS = \ check_PROGRAMS = \ test_testbed_api_hosts \ + test_testbed_logger_api \ test_gnunet_helper_testbed \ test_testbed_api_controllerlink \ test_testbed_api_2peers_1controller \ @@ -148,6 +149,7 @@ check_PROGRAMS = \ if ENABLE_TEST_RUN TESTS = \ test_testbed_api \ + test_testbed_logger_api \ test_testbed_api_sd \ test_testbed_api_operations \ test_testbed_api_hosts \ @@ -187,6 +189,13 @@ test_testbed_api_LDADD = \ $(top_builddir)/src/dht/libgnunetdht.la \ libgnunettestbed.la +test_testbed_logger_api_SOURCES = \ + test_testbed_logger_api.c +test_testbed_logger_api_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + libgnunettestbedlogger.la + test_testbed_api_sd_SOURCES = \ test_testbed_api_sd.c test_testbed_api_sd_LDADD = \ -- cgit v1.2.3