testing/do-tests is made from do-tests.in by inserting actual routing table

This commit is contained in:
Andreas Steffen
2007-08-28 06:40:39 +00:00
parent 35800a11ee
commit 8234dd1216
3 changed files with 370 additions and 1 deletions
+11
View File
@@ -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 $@