From: Graham Percival Date: Fri, 5 Aug 2016 17:55:46 +0000 (-0700) Subject: Add test_..._zip_high_compression.c to automake X-Git-Tag: v3.2.2~37^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44b3ef5d4289274e1b623f70c0a1bf654e3b7d07;p=thirdparty%2Flibarchive.git Add test_..._zip_high_compression.c to automake Sponsored by: Tarsnap Backup Inc. --- diff --git a/Makefile.am b/Makefile.am index d26eac1bb..991746ac6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -475,6 +475,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_read_format_zip_encryption_partially.c \ libarchive/test/test_read_format_zip_encryption_header.c \ libarchive/test/test_read_format_zip_filename.c \ + libarchive/test/test_read_format_zip_high_compression.c \ libarchive/test/test_read_format_zip_mac_metadata.c \ libarchive/test/test_read_format_zip_malformed.c \ libarchive/test/test_read_format_zip_msdos.c \