diff options
Diffstat (limited to 'tests/pkits/Makefile.am')
-rw-r--r-- | tests/pkits/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am index 268ad47a3..c78d78617 100644 --- a/tests/pkits/Makefile.am +++ b/tests/pkits/Makefile.am @@ -43,7 +43,7 @@ testscripts = import-all-certs validate-all-certs \ private-certificate-extensions -EXTRA_DIST = PKITS_data.tar.bz2 inittests runtest $(testscripts) +EXTRA_DIST = inittests runtest common.sh $(testscripts) import-all-certs.data TESTS = $(testscripts) @@ -69,3 +69,4 @@ run-all-tests: for test in $(testscripts); do \ ./$${test} && true; \ done + |