From: Tim Kientzle Date: Fri, 17 Jan 2014 04:01:17 +0000 (-0800) Subject: Include tests for new zip64 functionality in autoconf-based build. X-Git-Tag: v3.1.900a~325 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096e9d4f0fbfa6e3b18db377af541ab592f359a6;p=thirdparty%2Flibarchive.git Include tests for new zip64 functionality in autoconf-based build. --- diff --git a/Makefile.am b/Makefile.am index 0b4466e6d..5eba5d05b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -444,6 +444,7 @@ libarchive_test_SOURCES= \ 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_format_zip_zip64.c \ libarchive/test/test_read_large.c \ libarchive/test/test_read_pax_truncated.c \ libarchive/test/test_read_position.c \ @@ -521,6 +522,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_format_zip_large.c \ libarchive/test/test_write_format_zip_zip64.c \ libarchive/test/test_write_open_memory.c \ + libarchive/test/test_write_read_format_zip.c \ libarchive/test/test_zip_filename_encoding.c libarchive_test_CPPFLAGS= -I$(top_srcdir)/libarchive -I$(top_srcdir)/test_utils -I$(top_builddir)/libarchive/test -DLIBARCHIVE_STATIC $(PLATFORMCPPFLAGS)