From 8234dd1216565311b07837889142b838d8a6fd93 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 28 Aug 2007 06:40:39 +0000 Subject: testing/do-tests is made from do-tests.in by inserting actual routing table --- testing/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/Makefile.am (limited to 'testing/Makefile.am') diff --git a/testing/Makefile.am b/testing/Makefile.am new file mode 100644 index 000000000..2ce6f2cd0 --- /dev/null +++ b/testing/Makefile.am @@ -0,0 +1,11 @@ +noinst_SCRIPTS = do-tests +CLEANFILES = do-tests +EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \ + testing.conf hosts images scripts tests INSTALL README + +do-tests : do-tests.in + sed \ + -e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \ + $< > $@ + chmod +x $@ + -- cgit v1.2.3