]> git.ipfire.org Git - thirdparty/strongswan.git/blame - testing/Makefile.am
github: Use tpm2-tss 3.2.3 for tests
[thirdparty/strongswan.git] / testing / Makefile.am
CommitLineData
44e6dbf0 1EXTRA_DIST = do-tests make-testing ssh start-testing stop-testing \
c6b6ad8d
BS
2 testing.conf ssh_config config hosts images css scripts \
3 tests README
8234dd12 4
2a72056c
TB
5# exclude all files ignored by Git from the tarball
6dist-hook:
7 if git -C $(srcdir) ls-files --error-unmatch hosts > /dev/null 2>&1; then \
8 find $(abs_srcdir)/hosts $(abs_srcdir)/tests -print0 | \
9 sed -z -e "s|^$(abs_srcdir)/||" | \
10 git -C $(srcdir) check-ignore -z --stdin | \
11 xargs -0 -I{} rm -rf $(distdir)/{}; \
12 fi