diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-11-28 16:03:52 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 15:22:08 +0100 |
commit | d94f6a2ff62ad31241854dccc6c07ab1ed863664 (patch) | |
tree | 0d6fd84d38b372df1923eefb2778e69e1d23d678 /testing/Makefile.am | |
parent | 533177003c85fa3f2fd77afd7cf63e63ea0d75d7 (diff) | |
download | strongswan-d94f6a2ff62ad31241854dccc6c07ab1ed863664.tar.bz2 strongswan-d94f6a2ff62ad31241854dccc6c07ab1ed863664.tar.xz |
Don't generate do-tests
Diffstat (limited to 'testing/Makefile.am')
-rw-r--r-- | testing/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/testing/Makefile.am b/testing/Makefile.am index 2aa7d70bc..77e279b76 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,11 +1,3 @@ -noinst_SCRIPTS = do-tests -CLEANFILES = do-tests -EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \ +EXTRA_DIST = do-tests 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 $@ - |