From 096e9d4f0fbfa6e3b18db377af541ab592f359a6 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 16 Jan 2014 20:01:17 -0800 Subject: [PATCH] Include tests for new zip64 functionality in autoconf-based build. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.47.2