From d94f6a2ff62ad31241854dccc6c07ab1ed863664 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 28 Nov 2012 16:03:52 +0100 Subject: Don't generate do-tests --- testing/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'testing/Makefile.am') diff --git a/testing/Makefile.am b/testing/Makefile.am index 2aa7d70bc..77e279b76 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,11 +1,3 @@ -noinst_SCRIPTS = do-tests -CLEANFILES = do-tests -EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \ +EXTRA_DIST = do-tests make-testing start-testing stop-testing \ testing.conf ssh_config hosts images scripts tests INSTALL README -do-tests : do-tests.in - sed \ - -e "s:\@routing_table\@:$(routing_table):" \ - $(srcdir)/$@.in > $@ - chmod +x $@ - -- cgit v1.2.3 From 54c526675eac08bc73e2a756e5c89528fdf4d907 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 23 Dec 2012 18:34:24 +0100 Subject: Added config directory to EXTRA-DIST --- testing/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/Makefile.am') diff --git a/testing/Makefile.am b/testing/Makefile.am index 77e279b76..49831a570 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = do-tests make-testing start-testing stop-testing \ - testing.conf ssh_config hosts images scripts tests INSTALL README + testing.conf ssh_config config hosts images scripts tests \ + INSTALL README -- cgit v1.2.3