From: NiLuJe Date: Mon, 23 Dec 2013 18:57:50 +0000 (+0100) Subject: Missed two tests! X-Git-Tag: v3.1.900a~338^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F54%2Fhead;p=thirdparty%2Flibarchive.git Missed two tests! (Mentioned in #58, thanks!) --- diff --git a/Makefile.am b/Makefile.am index 41beca6fa..cdf34f2b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -440,6 +440,8 @@ libarchive_test_SOURCES= \ libarchive/test/test_read_format_zip_encryption_header.c \ libarchive/test/test_read_format_zip_filename.c \ libarchive/test/test_read_format_zip_mac_metadata.c \ + libarchive/test/test_read_format_zip_nofiletype.c \ + libarchive/test/test_read_format_zip_padded.c \ libarchive/test/test_read_format_zip_sfx.c \ libarchive/test/test_read_large.c \ libarchive/test/test_read_pax_truncated.c \