summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2021-08-12 18:01:39 +0200
committerJakub Jelen <jjelen@redhat.com>2021-08-12 20:09:44 +0200
commit2f7a067ed64ce48095b3dc56bad3c45e17c4d34c (patch)
tree8f1ec9936ee5bd55e6054010014071acad982f5f
parenta3801ff3d73f0158e656453b7df958acdddbe03f (diff)
Makefile: Add missing files for tests and clean outstanding ones
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 77965e9..3e81def 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -168,6 +168,7 @@ EXTRA_DIST += \
tests/db/cert9.db \
tests/db/key4.db \
tests/db/pkcs11.txt \
+ tests/db.crypt \
tests/cert.cfg \
fuzz/corpora/fuzz_options/test \
fuzz/corpora/fuzz_simpletlv/test \
@@ -175,6 +176,9 @@ EXTRA_DIST += \
fuzz/db \
$(MESON_FILES) \
$(NULL)
+DISTCLEANFILES = \
+ tests/01.crypt \
+ tests/softhsm2-no-raw.conf
# aclocal will copy m4 files from pkg-config/autoconf-archives
MAINTAINERCLEANFILES += $(srcdir)/m4/pkg.m4