]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Include tests for new zip64 functionality in autoconf-based build.
authorTim Kientzle <kientzle@gmail.com>
Fri, 17 Jan 2014 04:01:17 +0000 (20:01 -0800)
committerTim Kientzle <kientzle@gmail.com>
Fri, 17 Jan 2014 04:01:17 +0000 (20:01 -0800)
Makefile.am

index 0b4466e6d4bfd8cd4206ad3a5b98c9eafde6f47b..5eba5d05b3b4a8a36ec23ca288e47affca513da6 100644 (file)
@@ -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)