strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added ssh_config to distribution.
[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 ssh_config 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