aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Makefile.am
blob: ad8d5042af3867a154706b57bd5edb5a92a11547 (plain)
1
2
3
4
5
6
7
8
9
10
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):" \
	$(srcdir)/$@.in > $@
	chmod +x $@