From b441997d46bfa7e722dc2cd939f79890ff6ca8fd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 12 Jun 2012 22:26:07 +0000 Subject: added a command line tool for running and controlling services for testing --- src/testing/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index c8e477449..7ddc8e857 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -26,6 +26,17 @@ libgnunettesting_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ -version-info 0:1:0 +bin_PROGRAMS = \ + gnunet-testing-run-service + + +gnunet_testing_run_service_SOURCES = \ + gnunet-testing-run-service.c + +gnunet_testing_run_service_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(GN_LIBINTL) check_PROGRAMS = \ test_testing_portreservation \ @@ -59,4 +70,4 @@ test_testing_servicestartup_LDADD = \ EXTRA_DIST = \ - test_testing_defaults.conf \ No newline at end of file + test_testing_defaults.conf -- cgit v1.2.3