From 3f57d32c3d48f39696bbe18eaaefc0650162b052 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 16 Jan 2014 20:01:44 -0800 Subject: [PATCH] Include missing test in cmake build, sort the file list. --- libarchive/test/CMakeLists.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libarchive/test/CMakeLists.txt b/libarchive/test/CMakeLists.txt index e0e477839..db36b8200 100644 --- a/libarchive/test/CMakeLists.txt +++ b/libarchive/test/CMakeLists.txt @@ -9,8 +9,8 @@ IF(ENABLE_TEST) main.c read_open_memory.c test.h - test_acl_freebsd_posix1e.c test_acl_freebsd_nfs4.c + test_acl_freebsd_posix1e.c test_acl_nfs4.c test_acl_pax.c test_acl_posix1e.c @@ -54,8 +54,8 @@ IF(ENABLE_TEST) test_compat_lzop.c test_compat_mac.c test_compat_pax_libarchive_2x.c - test_compat_solaris_tar_acl.c test_compat_solaris_pax_sparse.c + test_compat_solaris_tar_acl.c test_compat_tar_hardlink.c test_compat_uudecode.c test_compat_xz.c @@ -88,8 +88,8 @@ IF(ENABLE_TEST) test_read_filter_uudecode.c test_read_format_7zip.c test_read_format_7zip_encryption_data.c - test_read_format_7zip_encryption_partially.c test_read_format_7zip_encryption_header.c + test_read_format_7zip_encryption_partially.c test_read_format_ar.c test_read_format_cab.c test_read_format_cab_filename.c @@ -131,13 +131,13 @@ IF(ENABLE_TEST) test_read_format_pax_bz2.c test_read_format_rar.c test_read_format_rar_encryption_data.c - test_read_format_rar_encryption_partially.c test_read_format_rar_encryption_header.c + test_read_format_rar_encryption_partially.c test_read_format_raw.c test_read_format_tar.c test_read_format_tar_concatenated.c - test_read_format_tar_empty_pax.c test_read_format_tar_empty_filename.c + test_read_format_tar_empty_pax.c test_read_format_tar_filename.c test_read_format_tbz.c test_read_format_tgz.c @@ -149,8 +149,8 @@ IF(ENABLE_TEST) test_read_format_zip.c test_read_format_zip_comment_stored.c test_read_format_zip_encryption_data.c - test_read_format_zip_encryption_partially.c test_read_format_zip_encryption_header.c + test_read_format_zip_encryption_partially.c test_read_format_zip_filename.c test_read_format_zip_mac_metadata.c test_read_format_zip_nofiletype.c @@ -166,8 +166,8 @@ IF(ENABLE_TEST) test_sparse_basic.c test_tar_filenames.c test_tar_large.c - test_ustar_filenames.c test_ustar_filename_encoding.c + test_ustar_filenames.c test_write_disk.c test_write_disk_appledouble.c test_write_disk_failures.c @@ -234,6 +234,7 @@ IF(ENABLE_TEST) test_write_format_zip_large.c test_write_format_zip_zip64.c test_write_open_memory.c + test_write_read_format_zip.c test_zip_filename_encoding.c ) -- 2.47.2