summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Matuška <martin@matuska.org>2019-05-18 23:07:38 +0200
committerGitHub <noreply@github.com>2019-05-18 23:07:38 +0200
commit5652f60d886a4e5742630b425bc97b55f7d64ac4 (patch)
treea535e4048cd44507b8852c0fed350c48d09a0020 /Makefile.am
parent2bdae161dc2671309abaaadad097f4bccc94b937 (diff)
parent863429fa66ce5bdf58cbec85af13c0f4d1ce43e7 (diff)
downloadlibarchive-5652f60d886a4e5742630b425bc97b55f7d64ac4.tar.gz
Merge pull request #1109 from kientzle/Issue1055
Issue #1055: Ignore padding in Zip extra field data
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 932a5a89..da78b24a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -518,6 +518,7 @@ libarchive_test_SOURCES= \
libarchive/test/test_read_format_zip_encryption_data.c \
libarchive/test/test_read_format_zip_encryption_partially.c \
libarchive/test/test_read_format_zip_encryption_header.c \
+ libarchive/test/test_read_format_zip_extra_padding.c \
libarchive/test/test_read_format_zip_filename.c \
libarchive/test/test_read_format_zip_high_compression.c \
libarchive/test/test_read_format_zip_jar.c \
@@ -885,6 +886,7 @@ libarchive_test_EXTRA_DIST=\
libarchive/test/test_read_format_zip_encryption_data.zip.uu \
libarchive/test/test_read_format_zip_encryption_header.zip.uu \
libarchive/test/test_read_format_zip_encryption_partially.zip.uu \
+ libarchive/test/test_read_format_zip_extra_padding.zip.uu \
libarchive/test/test_read_format_zip_filename_cp866.zip.uu \
libarchive/test/test_read_format_zip_filename_cp932.zip.uu \
libarchive/test/test_read_format_zip_filename_koi8r.zip.uu \