]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove deleted test from makefiles
authorTim Kientzle <kientzle@acm.org>
Sun, 1 Dec 2013 22:57:17 +0000 (14:57 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 1 Dec 2013 22:57:17 +0000 (14:57 -0800)
Makefile.am
libarchive/test/CMakeLists.txt

index 06f3355dd9d113610e1f7b4c6123923a8adfc8f9..2b07405b263e738c7a6ad53c0cfd2d09215525d9 100644 (file)
@@ -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)
index 6bbabd121927bdc59cace90f94cdb9904c61eed1..bb4ea68441cb1bfafbd65a0f432e6b32cd5330c6 100644 (file)
@@ -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
   )