From: jiat75 Date: Tue, 19 Oct 2021 14:56:50 +0000 (+0800) Subject: Adding test to Makefile.am X-Git-Tag: v3.6.0~45^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eecf295089c344a5003980acfc9330ca4240a2cb;p=thirdparty%2Flibarchive.git Adding test to Makefile.am --- diff --git a/Makefile.am b/Makefile.am index c93a82e92..73111dacd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -625,6 +625,7 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_format_xar_empty.c \ libarchive/test/test_write_format_zip.c \ libarchive/test/test_write_format_zip_compression_store.c \ + libarchive/test/test_write_format_zip_entry_size_unset.c \ libarchive/test/test_write_format_zip_empty.c \ libarchive/test/test_write_format_zip_empty_zip64.c \ libarchive/test/test_write_format_zip_file.c \