strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
130b87b432bb9a0f2f1766fb537880791b3f6bee
[strongswan.git]
/
testing
/
Makefile.am
1
noinst_SCRIPTS = do-tests
2
CLEANFILES = do-tests
3
EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
4
testing.conf hosts images scripts tests INSTALL README
5
6
do-tests : do-tests.in
7
sed \
8
-e "s:\@routing_table\@:$(routing_table):" \
9
$(srcdir)/$@.in > $@
10
chmod +x $@
11