aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Makefile.am
blob: 2aa7d70bc5fea8de811a0f92da0d31f170b518ef (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 ssh_config hosts images scripts tests INSTALL README

do-tests : do-tests.in
	sed \
	-e "s:\@routing_table\@:$(routing_table):" \
	$(srcdir)/$@.in > $@
	chmod +x $@