strongswan/testing/Makefile.am

12 lines
307 B
Makefile
Raw Normal View History

noinst_SCRIPTS = do-tests
CLEANFILES = do-tests
EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
2010-10-14 13:57:34 +00:00
testing.conf ssh_config hosts images scripts tests INSTALL README
do-tests : do-tests.in
sed \
2009-09-07 10:07:57 +00:00
-e "s:\@routing_table\@:$(routing_table):" \
$(srcdir)/$@.in > $@
chmod +x $@