summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-12-21 23:10:37 +0100
committerMartin Matuska <martin@matuska.org>2019-12-21 23:32:38 +0100
commit333d2223141a7bdfa31e0ff79c5af55c6a7b646b (patch)
tree70157fbf1be9673dcf3347f34e240c9e038a98dd /Makefile.am
parent1e8280aae80aae26eae4e54fdaeea478b227e706 (diff)
downloadlibarchive-333d2223141a7bdfa31e0ff79c5af55c6a7b646b.tar.gz
Add test for reading 7z archives with Digests in PackInfo
Fixes #1295
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 188c9fc7..781bbf72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -449,6 +449,7 @@ libarchive_test_SOURCES= \
libarchive/test/test_read_format_7zip_encryption_partially.c \
libarchive/test/test_read_format_7zip_encryption_header.c \
libarchive/test/test_read_format_7zip_malformed.c \
+ libarchive/test/test_read_format_7zip_packinfo_digests.c \
libarchive/test/test_read_format_ar.c \
libarchive/test/test_read_format_cab.c \
libarchive/test/test_read_format_cab_filename.c \
@@ -762,6 +763,7 @@ libarchive_test_EXTRA_DIST=\
libarchive/test/test_read_format_7zip_lzma2.7z.uu \
libarchive/test/test_read_format_7zip_malformed.7z.uu \
libarchive/test/test_read_format_7zip_malformed2.7z.uu \
+ libarchive/test/test_read_format_7zip_packinfo_digests.7z.uu \
libarchive/test/test_read_format_7zip_ppmd.7z.uu \
libarchive/test/test_read_format_7zip_symbolic_name.7z.uu \
libarchive/test/test_read_format_ar.ar.uu \