From: Tim Kientzle Date: Sun, 1 Dec 2013 22:57:17 +0000 (-0800) Subject: Remove deleted test from makefiles X-Git-Tag: v3.1.900a~327^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cc637b2cd19361e8c0b7ffb1daff8d8acda1e6;p=thirdparty%2Flibarchive.git Remove deleted test from makefiles --- diff --git a/Makefile.am b/Makefile.am index 06f3355dd..2b07405b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -500,9 +500,8 @@ libarchive_test_SOURCES= \ libarchive/test/test_write_format_xar_empty.c \ libarchive/test/test_write_format_zip.c \ libarchive/test/test_write_format_zip_empty.c \ - libarchive/test/test_write_format_zip_no_compression.c \ + libarchive/test/test_write_format_zip_compression_store.c \ libarchive/test/test_write_open_memory.c \ - libarchive/test/test_write_zip_set_compression_store.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) diff --git a/libarchive/test/CMakeLists.txt b/libarchive/test/CMakeLists.txt index 6bbabd121..bb4ea6844 100644 --- a/libarchive/test/CMakeLists.txt +++ b/libarchive/test/CMakeLists.txt @@ -217,8 +217,7 @@ IF(ENABLE_TEST) test_write_format_xar_empty.c test_write_format_zip.c test_write_format_zip_empty.c - test_write_format_zip_no_compression.c - test_write_zip_set_compression_store.c + test_write_format_zip_compression_store.c test_write_open_memory.c test_zip_filename_encoding.c )