From: Tim Kientzle Date: Mon, 11 Jan 2016 00:21:54 +0000 (-0800) Subject: Remove Zip UTF8 tests from build X-Git-Tag: v3.1.900a~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e63c5f82e7670396bf0929aa707e36afa5f83d1;p=thirdparty%2Flibarchive.git Remove Zip UTF8 tests from build --- diff --git a/Makefile.am b/Makefile.am index 0c04b54b7..3cb4db36e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -482,7 +482,6 @@ libarchive_test_SOURCES= \ libarchive/test/test_read_format_zip_padded.c \ libarchive/test/test_read_format_zip_sfx.c \ libarchive/test/test_read_format_zip_traditional_encryption_data.c \ - libarchive/test/test_read_format_zip_utf8_paths.c \ libarchive/test/test_read_format_zip_winzip_aes.c \ libarchive/test/test_read_format_zip_winzip_aes_large.c \ libarchive/test/test_read_format_zip_zip64.c \ @@ -790,7 +789,6 @@ libarchive_test_EXTRA_DIST=\ libarchive/test/test_read_format_zip_sfx.uu \ libarchive/test/test_read_format_zip_symlink.zip.uu \ libarchive/test/test_read_format_zip_traditional_encryption_data.zip.uu \ - libarchive/test/test_read_format_zip_utf8_paths.zip.uu \ libarchive/test/test_read_format_zip_ux.zip.uu \ libarchive/test/test_read_format_zip_winzip_aes128.zip.uu \ libarchive/test/test_read_format_zip_winzip_aes256.zip.uu \ diff --git a/libarchive/test/CMakeLists.txt b/libarchive/test/CMakeLists.txt index 61fd22510..ae5a1aa8b 100644 --- a/libarchive/test/CMakeLists.txt +++ b/libarchive/test/CMakeLists.txt @@ -171,7 +171,6 @@ IF(ENABLE_TEST) test_read_format_zip_padded.c test_read_format_zip_sfx.c test_read_format_zip_traditional_encryption_data.c - test_read_format_zip_utf8_paths.c test_read_format_zip_winzip_aes.c test_read_format_zip_winzip_aes_large.c test_read_format_zip_zip64.c