Home | History | Annotate | Line # | Download | only in libarchive
      1  1.17  christos # $NetBSD: Makefile,v 1.17 2026/01/30 18:34:19 christos Exp $
      2   1.1  christos 
      3   1.1  christos NOMAN=
      4   1.1  christos 
      5   1.1  christos .include <bsd.own.mk>
      6   1.1  christos LIBARCHIVE=${NETBSDSRCDIR}/external/bsd/libarchive/dist
      7   1.1  christos 
      8   1.1  christos TESTSDIR=	${TESTSBASE}/lib/libarchive
      9   1.1  christos 
     10   1.1  christos BINDIR=                 ${TESTSDIR}
     11   1.1  christos PROGS+=	h_libarchive
     12   1.1  christos TESTS_SH+=	t_libarchive
     13   1.1  christos 
     14   1.1  christos CPPFLAGS+=-I${LIBARCHIVE}/test_utils -I${LIBARCHIVE}/libarchive -I.
     15   1.1  christos CPPFLAGS+=-I${LIBARCHIVE}/libarchive/test -I${LIBARCHIVE}/../include
     16   1.1  christos 
     17   1.1  christos .PATH: ${LIBARCHIVE}/libarchive/test ${LIBARCHIVE}/test_utils
     18   1.1  christos 
     19   1.4  christos DPADD+=	${LIBARCHIVE} ${LIBEXPAT} ${LIBBZ2} ${LIBLZMA} ${LIBZ} \
     20   1.4  christos 	${LIBCRYPTO} ${LIBPTHREAD}
     21  1.16  riastrad LDADD+=	-Wl,--push-state,-Bstatic,-larchive,--pop-state	# uses libarchive guts
     22  1.16  riastrad LDADD+=	-lexpat -lbz2 -llzma -lz -lcrypto -lpthread
     23   1.1  christos 
     24  1.15  riastrad .include "${NETBSDSRCDIR}/external/bsd/zstd/Makefile.zstd"
     25  1.15  riastrad PROGDPLIBS+=	${ZSTDDPLIBS}	# needed by libarchive
     26  1.15  riastrad 
     27  1.17  christos SRCS.h_libarchive+= test_main.c test_utils.c
     28  1.17  christos 
     29  1.17  christos SRCS.h_libarchive+= \
     30   1.1  christos read_open_memory.c \
     31  1.17  christos test_7zip_filename_encoding.c \
     32   1.1  christos test_acl_nfs4.c \
     33   1.1  christos test_acl_pax.c \
     34   1.1  christos test_acl_platform_nfs4.c \
     35   1.1  christos test_acl_platform_posix1e.c \
     36   1.1  christos test_acl_posix1e.c \
     37   1.1  christos test_acl_text.c \
     38  1.17  christos test_ar_mode.c \
     39   1.1  christos test_archive_api_feature.c \
     40   1.1  christos test_archive_clear_error.c \
     41   1.1  christos test_archive_cmdline.c \
     42   1.1  christos test_archive_digest.c \
     43   1.1  christos test_archive_match_owner.c \
     44   1.1  christos test_archive_match_path.c \
     45   1.1  christos test_archive_match_time.c \
     46  1.17  christos test_archive_parse_date.c \
     47   1.1  christos test_archive_pathmatch.c \
     48  1.17  christos test_archive_read.c \
     49   1.1  christos test_archive_read_add_passphrase.c \
     50   1.1  christos test_archive_read_close_twice.c \
     51   1.1  christos test_archive_read_close_twice_open_fd.c \
     52   1.1  christos test_archive_read_close_twice_open_filename.c \
     53   1.1  christos test_archive_read_multiple_data_objects.c \
     54   1.1  christos test_archive_read_next_header_empty.c \
     55   1.1  christos test_archive_read_next_header_raw.c \
     56   1.1  christos test_archive_read_open2.c \
     57   1.1  christos test_archive_read_set_filter_option.c \
     58   1.1  christos test_archive_read_set_format_option.c \
     59   1.1  christos test_archive_read_set_option.c \
     60   1.1  christos test_archive_read_set_options.c \
     61   1.1  christos test_archive_read_support.c \
     62   1.1  christos test_archive_set_error.c \
     63   1.1  christos test_archive_string.c \
     64   1.1  christos test_archive_string_conversion.c \
     65   1.1  christos test_archive_write_add_filter_by_name.c \
     66   1.1  christos test_archive_write_set_filter_option.c \
     67   1.1  christos test_archive_write_set_format_by_name.c \
     68   1.1  christos test_archive_write_set_format_filter_by_ext.c \
     69   1.1  christos test_archive_write_set_format_option.c \
     70   1.1  christos test_archive_write_set_option.c \
     71   1.1  christos test_archive_write_set_options.c \
     72   1.1  christos test_archive_write_set_passphrase.c \
     73   1.1  christos test_bad_fd.c \
     74   1.1  christos test_compat_bzip2.c \
     75   1.1  christos test_compat_cpio.c \
     76   1.1  christos test_compat_gtar.c \
     77  1.17  christos test_compat_gtar_large.c \
     78   1.1  christos test_compat_gzip.c \
     79   1.1  christos test_compat_lz4.c \
     80   1.1  christos test_compat_lzip.c \
     81   1.1  christos test_compat_lzma.c \
     82   1.1  christos test_compat_lzop.c \
     83   1.1  christos test_compat_mac.c \
     84   1.1  christos test_compat_perl_archive_tar.c \
     85   1.1  christos test_compat_plexus_archiver_tar.c \
     86   1.1  christos test_compat_solaris_pax_sparse.c \
     87   1.1  christos test_compat_solaris_tar_acl.c \
     88   1.1  christos test_compat_star_acl.c \
     89  1.17  christos test_compat_tar_directory.c \
     90   1.1  christos test_compat_tar_hardlink.c \
     91   1.1  christos test_compat_uudecode.c \
     92   1.1  christos test_compat_uudecode_large.c \
     93   1.1  christos test_compat_xz.c \
     94   1.1  christos test_compat_zip.c \
     95   1.1  christos test_compat_zstd.c \
     96   1.1  christos test_empty_write.c \
     97   1.1  christos test_entry.c \
     98   1.1  christos test_entry_strmode.c \
     99   1.1  christos test_extattr_freebsd.c \
    100   1.1  christos test_filter_count.c \
    101   1.1  christos test_fuzz.c \
    102   1.1  christos test_gnutar_filename_encoding.c \
    103   1.1  christos test_link_resolver.c \
    104   1.1  christos test_open_failure.c \
    105   1.1  christos test_open_fd.c \
    106   1.1  christos test_open_file.c \
    107   1.1  christos test_open_filename.c \
    108   1.1  christos test_pax_filename_encoding.c \
    109  1.17  christos test_pax_xattr_header.c \
    110   1.1  christos test_read_data_large.c \
    111   1.1  christos test_read_disk.c \
    112   1.1  christos test_read_disk_directory_traversals.c \
    113   1.1  christos test_read_disk_entry_from_file.c \
    114   1.1  christos test_read_extract.c \
    115   1.1  christos test_read_file_nonexistent.c \
    116   1.1  christos test_read_filter_compress.c \
    117   1.1  christos test_read_filter_grzip.c \
    118  1.17  christos test_read_filter_gzip_recursive.c \
    119   1.1  christos test_read_filter_lrzip.c \
    120   1.1  christos test_read_filter_lzop.c \
    121   1.1  christos test_read_filter_lzop_multiple_parts.c \
    122   1.1  christos test_read_filter_program.c \
    123   1.1  christos test_read_filter_program_signature.c \
    124   1.1  christos test_read_filter_uudecode.c \
    125  1.17  christos test_read_filter_uudecode_raw.c \
    126   1.1  christos test_read_format_7zip.c \
    127   1.1  christos test_read_format_7zip_encryption_data.c \
    128   1.1  christos test_read_format_7zip_encryption_header.c \
    129   1.1  christos test_read_format_7zip_encryption_partially.c \
    130  1.17  christos test_read_format_7zip_issue2765.c \
    131   1.1  christos test_read_format_7zip_malformed.c \
    132  1.17  christos test_read_format_7zip_packinfo_digests.c \
    133   1.1  christos test_read_format_ar.c \
    134   1.1  christos test_read_format_cab.c \
    135   1.1  christos test_read_format_cab_filename.c \
    136   1.1  christos test_read_format_cpio_afio.c \
    137   1.1  christos test_read_format_cpio_bin.c \
    138   1.1  christos test_read_format_cpio_bin_Z.c \
    139   1.1  christos test_read_format_cpio_bin_be.c \
    140   1.1  christos test_read_format_cpio_bin_bz2.c \
    141   1.1  christos test_read_format_cpio_bin_gz.c \
    142   1.1  christos test_read_format_cpio_bin_le.c \
    143   1.1  christos test_read_format_cpio_bin_lzip.c \
    144   1.1  christos test_read_format_cpio_bin_lzma.c \
    145   1.1  christos test_read_format_cpio_bin_xz.c \
    146   1.1  christos test_read_format_cpio_filename.c \
    147   1.1  christos test_read_format_cpio_odc.c \
    148   1.1  christos test_read_format_cpio_svr4_bzip2_rpm.c \
    149   1.1  christos test_read_format_cpio_svr4_gzip.c \
    150   1.1  christos test_read_format_cpio_svr4_gzip_rpm.c \
    151   1.1  christos test_read_format_cpio_svr4c_Z.c \
    152   1.1  christos test_read_format_empty.c \
    153   1.1  christos test_read_format_gtar_filename.c \
    154   1.1  christos test_read_format_gtar_gz.c \
    155   1.1  christos test_read_format_gtar_lzma.c \
    156  1.17  christos test_read_format_gtar_redundant_L.c \
    157   1.1  christos test_read_format_gtar_sparse.c \
    158  1.17  christos test_read_format_gtar_sparse_length.c \
    159   1.1  christos test_read_format_gtar_sparse_skip_entry.c \
    160  1.17  christos test_read_format_huge_rpm.c \
    161   1.1  christos test_read_format_iso_Z.c \
    162   1.1  christos test_read_format_iso_multi_extent.c \
    163   1.1  christos test_read_format_iso_xorriso.c \
    164   1.1  christos test_read_format_isojoliet_bz2.c \
    165   1.1  christos test_read_format_isojoliet_long.c \
    166   1.1  christos test_read_format_isojoliet_rr.c \
    167   1.1  christos test_read_format_isojoliet_versioned.c \
    168   1.1  christos test_read_format_isorr_bz2.c \
    169   1.1  christos test_read_format_isorr_ce.c \
    170   1.1  christos test_read_format_isorr_new_bz2.c \
    171   1.1  christos test_read_format_isorr_rr_moved.c \
    172   1.1  christos test_read_format_isozisofs_bz2.c \
    173   1.1  christos test_read_format_lha.c \
    174   1.1  christos test_read_format_lha_bugfix_0.c \
    175   1.1  christos test_read_format_lha_filename.c \
    176  1.17  christos test_read_format_lha_filename_utf16.c \
    177   1.1  christos test_read_format_mtree.c \
    178   1.1  christos test_read_format_mtree_crash747.c \
    179   1.1  christos test_read_format_pax_bz2.c \
    180   1.1  christos test_read_format_rar.c \
    181   1.1  christos test_read_format_rar5.c \
    182  1.17  christos test_read_format_rar_encryption.c \
    183   1.1  christos test_read_format_rar_encryption_data.c \
    184   1.1  christos test_read_format_rar_encryption_header.c \
    185   1.1  christos test_read_format_rar_encryption_partially.c \
    186  1.17  christos test_read_format_rar_filter.c \
    187   1.1  christos test_read_format_rar_invalid1.c \
    188  1.17  christos test_read_format_rar_overflow.c \
    189   1.1  christos test_read_format_raw.c \
    190   1.1  christos test_read_format_tar.c \
    191  1.17  christos test_read_format_tar_V_negative_size.c \
    192   1.1  christos test_read_format_tar_concatenated.c \
    193   1.1  christos test_read_format_tar_empty_filename.c \
    194   1.1  christos test_read_format_tar_empty_pax.c \
    195   1.1  christos test_read_format_tar_empty_with_gnulabel.c \
    196   1.1  christos test_read_format_tar_filename.c \
    197  1.17  christos test_read_format_tar_invalid_pax_size.c \
    198  1.17  christos test_read_format_tar_mac_metadata.c \
    199  1.17  christos test_read_format_tar_pax_g_large.c \
    200  1.17  christos test_read_format_tar_pax_large_attr.c \
    201  1.17  christos test_read_format_tar_pax_negative_time.c \
    202   1.1  christos test_read_format_tbz.c \
    203   1.1  christos test_read_format_tgz.c \
    204   1.1  christos test_read_format_tlz.c \
    205   1.1  christos test_read_format_txz.c \
    206   1.1  christos test_read_format_tz.c \
    207   1.1  christos test_read_format_ustar_filename.c \
    208   1.1  christos test_read_format_warc.c \
    209   1.1  christos test_read_format_xar.c \
    210  1.17  christos test_read_format_xar_doublelink.c \
    211   1.1  christos test_read_format_zip.c \
    212   1.1  christos test_read_format_zip_7075_utf8_paths.c \
    213   1.1  christos test_read_format_zip_comment_stored.c \
    214   1.1  christos test_read_format_zip_encryption_data.c \
    215   1.1  christos test_read_format_zip_encryption_header.c \
    216   1.1  christos test_read_format_zip_encryption_partially.c \
    217   1.1  christos test_read_format_zip_extra_padding.c \
    218   1.1  christos test_read_format_zip_filename.c \
    219   1.1  christos test_read_format_zip_high_compression.c \
    220   1.1  christos test_read_format_zip_jar.c \
    221   1.1  christos test_read_format_zip_mac_metadata.c \
    222   1.1  christos test_read_format_zip_malformed.c \
    223   1.1  christos test_read_format_zip_msdos.c \
    224   1.1  christos test_read_format_zip_nested.c \
    225   1.1  christos test_read_format_zip_nofiletype.c \
    226   1.1  christos test_read_format_zip_padded.c \
    227   1.1  christos test_read_format_zip_sfx.c \
    228   1.1  christos test_read_format_zip_traditional_encryption_data.c \
    229   1.1  christos test_read_format_zip_winzip_aes.c \
    230   1.1  christos test_read_format_zip_winzip_aes_large.c \
    231   1.1  christos test_read_format_zip_with_invalid_traditional_eocd.c \
    232   1.1  christos test_read_format_zip_zip64.c \
    233   1.1  christos test_read_large.c \
    234  1.17  christos test_read_pax_empty_val_no_nl.c \
    235   1.1  christos test_read_pax_truncated.c \
    236  1.17  christos test_read_pax_xattr_rht_security_selinux.c \
    237  1.17  christos test_read_pax_xattr_schily.c \
    238   1.1  christos test_read_position.c \
    239   1.1  christos test_read_set_format.c \
    240   1.1  christos test_read_too_many_filters.c \
    241   1.1  christos test_read_truncated.c \
    242   1.1  christos test_read_truncated_filter.c \
    243  1.17  christos test_short_writes.c \
    244   1.1  christos test_sparse_basic.c \
    245   1.1  christos test_tar_filenames.c \
    246   1.1  christos test_tar_large.c \
    247   1.1  christos test_ustar_filename_encoding.c \
    248   1.1  christos test_ustar_filenames.c \
    249   1.1  christos test_warn_missing_hardlink_target.c \
    250   1.1  christos test_write_disk.c \
    251   1.1  christos test_write_disk_appledouble.c \
    252   1.1  christos test_write_disk_failures.c \
    253  1.17  christos test_write_disk_fixup.c \
    254   1.1  christos test_write_disk_hardlink.c \
    255   1.1  christos test_write_disk_hfs_compression.c \
    256   1.1  christos test_write_disk_lookup.c \
    257   1.1  christos test_write_disk_mac_metadata.c \
    258   1.1  christos test_write_disk_no_hfs_compression.c \
    259   1.1  christos test_write_disk_perms.c \
    260   1.1  christos test_write_disk_secure.c \
    261   1.1  christos test_write_disk_secure744.c \
    262   1.1  christos test_write_disk_secure745.c \
    263   1.1  christos test_write_disk_secure746.c \
    264  1.17  christos test_write_disk_secure_noabsolutepaths.c \
    265   1.1  christos test_write_disk_sparse.c \
    266   1.1  christos test_write_disk_symlink.c \
    267   1.1  christos test_write_disk_times.c \
    268   1.1  christos test_write_filter_b64encode.c \
    269   1.1  christos test_write_filter_bzip2.c \
    270   1.1  christos test_write_filter_compress.c \
    271   1.1  christos test_write_filter_gzip.c \
    272   1.1  christos test_write_filter_gzip_timestamp.c \
    273   1.1  christos test_write_filter_lrzip.c \
    274   1.1  christos test_write_filter_lz4.c \
    275   1.1  christos test_write_filter_lzip.c \
    276   1.1  christos test_write_filter_lzma.c \
    277   1.1  christos test_write_filter_lzop.c \
    278   1.1  christos test_write_filter_program.c \
    279   1.1  christos test_write_filter_uuencode.c \
    280   1.1  christos test_write_filter_xz.c \
    281   1.1  christos test_write_filter_zstd.c \
    282   1.1  christos test_write_format_7zip.c \
    283   1.1  christos test_write_format_7zip_empty.c \
    284   1.1  christos test_write_format_7zip_large.c \
    285   1.1  christos test_write_format_ar.c \
    286   1.1  christos test_write_format_cpio.c \
    287   1.1  christos test_write_format_cpio_empty.c \
    288   1.1  christos test_write_format_cpio_newc.c \
    289   1.1  christos test_write_format_cpio_odc.c \
    290   1.1  christos test_write_format_gnutar.c \
    291   1.1  christos test_write_format_gnutar_filenames.c \
    292   1.1  christos test_write_format_iso9660.c \
    293   1.1  christos test_write_format_iso9660_boot.c \
    294   1.1  christos test_write_format_iso9660_empty.c \
    295   1.1  christos test_write_format_iso9660_filename.c \
    296   1.1  christos test_write_format_iso9660_zisofs.c \
    297   1.1  christos test_write_format_mtree.c \
    298   1.1  christos test_write_format_mtree_absolute_path.c \
    299   1.1  christos test_write_format_mtree_classic.c \
    300   1.1  christos test_write_format_mtree_classic_indent.c \
    301   1.1  christos test_write_format_mtree_fflags.c \
    302   1.1  christos test_write_format_mtree_no_separator.c \
    303  1.17  christos test_write_format_mtree_preset_digests.c \
    304   1.1  christos test_write_format_mtree_quoted_filename.c \
    305   1.1  christos test_write_format_pax.c \
    306   1.1  christos test_write_format_raw.c \
    307   1.1  christos test_write_format_raw_b64.c \
    308   1.1  christos test_write_format_shar_empty.c \
    309   1.1  christos test_write_format_tar.c \
    310   1.1  christos test_write_format_tar_empty.c \
    311   1.1  christos test_write_format_tar_sparse.c \
    312   1.1  christos test_write_format_tar_ustar.c \
    313   1.1  christos test_write_format_tar_v7tar.c \
    314   1.1  christos test_write_format_warc.c \
    315   1.1  christos test_write_format_warc_empty.c \
    316   1.1  christos test_write_format_xar.c \
    317   1.1  christos test_write_format_xar_empty.c \
    318   1.1  christos test_write_format_zip.c \
    319  1.17  christos test_write_format_zip64_stream.c \
    320  1.17  christos test_write_format_zip_compression_bzip2.c \
    321  1.17  christos test_write_format_zip_compression_lzmaxz.c \
    322   1.1  christos test_write_format_zip_compression_store.c \
    323  1.17  christos test_write_format_zip_compression_zstd.c \
    324   1.1  christos test_write_format_zip_empty.c \
    325   1.1  christos test_write_format_zip_empty_zip64.c \
    326  1.17  christos test_write_format_zip_entry_size_unset.c \
    327   1.1  christos test_write_format_zip_file.c \
    328   1.1  christos test_write_format_zip_file_zip64.c \
    329   1.1  christos test_write_format_zip_large.c \
    330  1.17  christos test_write_format_zip_stream.c \
    331  1.17  christos test_write_format_zip_windows_path.c \
    332   1.1  christos test_write_format_zip_zip64.c \
    333   1.1  christos test_write_open_memory.c \
    334   1.1  christos test_write_read_format_zip.c \
    335   1.1  christos test_xattr_platform.c \
    336  1.17  christos test_zip_filename_encoding.c 
    337   1.1  christos 
    338   1.1  christos FILESDIR=       ${TESTSDIR}
    339   1.1  christos FILES=\
    340  1.17  christos test_acl_pax_nfs4.tar.uu \
    341  1.17  christos test_acl_pax_posix1e.tar.uu \
    342  1.17  christos test_archive_string_conversion.txt.Z.uu \
    343  1.17  christos test_compat_bzip2_1.tbz.uu \
    344  1.17  christos test_compat_bzip2_2.tbz.uu \
    345  1.17  christos test_compat_cpio_1.cpio.uu \
    346  1.17  christos test_compat_gtar_1.tar.uu \
    347  1.17  christos test_compat_gtar_2.tar.uu \
    348  1.17  christos test_compat_gzip_1.tgz.uu \
    349  1.17  christos test_compat_gzip_2.tgz.uu \
    350  1.17  christos test_compat_lz4_1.tar.lz4.uu \
    351  1.17  christos test_compat_lz4_2.tar.lz4.uu \
    352  1.17  christos test_compat_lz4_3.tar.lz4.uu \
    353  1.17  christos test_compat_lz4_B4.tar.lz4.uu \
    354  1.17  christos test_compat_lz4_B4BD.tar.lz4.uu \
    355  1.17  christos test_compat_lz4_B4BDBX.tar.lz4.uu \
    356  1.17  christos test_compat_lz4_B5.tar.lz4.uu \
    357  1.17  christos test_compat_lz4_B5BD.tar.lz4.uu \
    358  1.17  christos test_compat_lz4_B6.tar.lz4.uu \
    359  1.17  christos test_compat_lz4_B6BD.tar.lz4.uu \
    360  1.17  christos test_compat_lz4_B7.tar.lz4.uu \
    361  1.17  christos test_compat_lz4_B7BD.tar.lz4.uu \
    362  1.17  christos test_compat_lz4_skippable_frames_B4.tar.lz4.uu \
    363  1.17  christos test_compat_lzip_1.tlz.uu \
    364  1.17  christos test_compat_lzip_2.tlz.uu \
    365  1.17  christos test_compat_lzip_3.lz.uu \
    366  1.17  christos test_compat_lzip_4.tlz.uu \
    367  1.17  christos test_compat_lzma_1.tlz.uu \
    368  1.17  christos test_compat_lzma_2.tlz.uu \
    369  1.17  christos test_compat_lzma_3.tlz.uu \
    370  1.17  christos test_compat_lzop_1.tar.lzo.uu \
    371  1.17  christos test_compat_lzop_2.tar.lzo.uu \
    372  1.17  christos test_compat_lzop_3.tar.lzo.uu \
    373  1.17  christos test_compat_mac-1.tar.Z.uu \
    374  1.17  christos test_compat_mac-2.tar.Z.uu \
    375  1.17  christos test_compat_perl_archive_tar.tar.uu \
    376  1.17  christos test_compat_plexus_archiver_tar.tar.uu \
    377  1.17  christos test_compat_solaris_pax_sparse_1.pax.Z.uu \
    378  1.17  christos test_compat_solaris_pax_sparse_2.pax.Z.uu \
    379  1.17  christos test_compat_solaris_tar_acl.tar.uu \
    380  1.17  christos test_compat_star_acl_nfs4.tar.uu \
    381  1.17  christos test_compat_star_acl_posix1e.tar.uu \
    382  1.17  christos test_compat_tar_directory_1.tar.uu \
    383  1.17  christos test_compat_tar_hardlink_1.tar.uu \
    384  1.17  christos test_compat_uudecode_large.tar.Z.uu \
    385  1.17  christos test_compat_xz_1.txz.uu \
    386  1.17  christos test_compat_zip_1.zip.uu \
    387  1.17  christos test_compat_zip_2.zip.uu \
    388  1.17  christos test_compat_zip_3.zip.uu \
    389  1.17  christos test_compat_zip_4.zip.uu \
    390  1.17  christos test_compat_zip_5.zip.uu \
    391  1.17  christos test_compat_zip_6.zip.uu \
    392  1.17  christos test_compat_zip_7.xps.uu \
    393  1.17  christos test_compat_zip_8.zip.uu \
    394  1.14  christos test_compat_zstd_1.tar.zst.uu \
    395  1.14  christos test_compat_zstd_2.tar.zst.uu \
    396  1.17  christos test_fuzz.cab.uu \
    397  1.17  christos test_fuzz.lzh.uu \
    398  1.17  christos test_fuzz_1.iso.Z.uu \
    399  1.17  christos test_pax_filename_encoding.tar.uu \
    400  1.17  christos test_pax_xattr_header_all.tar.uu \
    401  1.17  christos test_pax_xattr_header_libarchive.tar.uu \
    402  1.17  christos test_pax_xattr_header_schily.tar.uu \
    403  1.17  christos test_rar_multivolume_multiple_files.part1.rar.uu \
    404  1.17  christos test_rar_multivolume_multiple_files.part2.rar.uu \
    405  1.17  christos test_rar_multivolume_multiple_files.part3.rar.uu \
    406  1.17  christos test_rar_multivolume_multiple_files.part4.rar.uu \
    407  1.17  christos test_rar_multivolume_multiple_files.part5.rar.uu \
    408  1.17  christos test_rar_multivolume_multiple_files.part6.rar.uu \
    409  1.17  christos test_rar_multivolume_single_file.part1.rar.uu \
    410  1.17  christos test_rar_multivolume_single_file.part2.rar.uu \
    411  1.17  christos test_rar_multivolume_single_file.part3.rar.uu \
    412  1.17  christos test_rar_multivolume_uncompressed_files.part01.rar.uu \
    413  1.17  christos test_rar_multivolume_uncompressed_files.part02.rar.uu \
    414  1.17  christos test_rar_multivolume_uncompressed_files.part03.rar.uu \
    415  1.17  christos test_rar_multivolume_uncompressed_files.part04.rar.uu \
    416  1.17  christos test_rar_multivolume_uncompressed_files.part05.rar.uu \
    417  1.17  christos test_rar_multivolume_uncompressed_files.part06.rar.uu \
    418  1.17  christos test_rar_multivolume_uncompressed_files.part07.rar.uu \
    419  1.17  christos test_rar_multivolume_uncompressed_files.part08.rar.uu \
    420  1.17  christos test_rar_multivolume_uncompressed_files.part09.rar.uu \
    421  1.17  christos test_rar_multivolume_uncompressed_files.part10.rar.uu \
    422  1.17  christos test_read_filter_grzip.tar.grz.uu \
    423  1.17  christos test_read_filter_gzip_recursive.gz.uu \
    424  1.17  christos test_read_filter_lrzip.tar.lrz.uu \
    425  1.17  christos test_read_filter_lzop.tar.lzo.uu \
    426  1.17  christos test_read_filter_lzop_multiple_parts.tar.lzo.uu \
    427  1.17  christos test_read_filter_uudecode_base64_raw.uu \
    428  1.17  christos test_read_filter_uudecode_raw.uu \
    429  1.17  christos test_read_format_7zip_bcj2_bzip2.7z.uu \
    430  1.17  christos test_read_format_7zip_bcj2_copy_1.7z.uu \
    431  1.17  christos test_read_format_7zip_bcj2_copy_2.7z.uu \
    432  1.17  christos test_read_format_7zip_bcj2_copy_lzma.7z.uu \
    433  1.17  christos test_read_format_7zip_bcj2_deflate.7z.uu \
    434  1.17  christos test_read_format_7zip_bcj2_lzma1_1.7z.uu \
    435  1.17  christos test_read_format_7zip_bcj2_lzma1_2.7z.uu \
    436  1.17  christos test_read_format_7zip_bcj2_lzma2_1.7z.uu \
    437  1.17  christos test_read_format_7zip_bcj2_lzma2_2.7z.uu \
    438  1.17  christos test_read_format_7zip_bcj_bzip2.7z.uu \
    439  1.17  christos test_read_format_7zip_bcj_copy.7z.uu \
    440  1.17  christos test_read_format_7zip_bcj_deflate.7z.uu \
    441  1.17  christos test_read_format_7zip_bcj_lzma1.7z.uu \
    442  1.17  christos test_read_format_7zip_bcj_lzma2.7z.uu \
    443  1.17  christos test_read_format_7zip_bzip2.7z.uu \
    444  1.17  christos test_read_format_7zip_copy.7z.uu \
    445  1.17  christos test_read_format_7zip_copy_2.7z.uu \
    446  1.17  christos test_read_format_7zip_deflate.7z.uu \
    447  1.17  christos test_read_format_7zip_deflate_arm64.7z.uu \
    448  1.17  christos test_read_format_7zip_deflate_powerpc.7z.uu \
    449  1.17  christos test_read_format_7zip_delta4_lzma1.7z.uu \
    450  1.17  christos test_read_format_7zip_delta4_lzma2.7z.uu \
    451  1.17  christos test_read_format_7zip_delta_lzma1.7z.uu \
    452  1.17  christos test_read_format_7zip_delta_lzma2.7z.uu \
    453  1.17  christos test_read_format_7zip_empty_archive.7z.uu \
    454  1.17  christos test_read_format_7zip_empty_file.7z.uu \
    455  1.17  christos test_read_format_7zip_encryption.7z.uu \
    456  1.17  christos test_read_format_7zip_encryption_header.7z.uu \
    457  1.17  christos test_read_format_7zip_encryption_partially.7z.uu \
    458  1.13  christos test_read_format_7zip_extract_second.7z.uu \
    459  1.17  christos test_read_format_7zip_issue2765.7z.uu \
    460  1.17  christos test_read_format_7zip_lzma1.7z.uu \
    461  1.17  christos test_read_format_7zip_lzma1_2.7z.uu \
    462  1.17  christos test_read_format_7zip_lzma1_lzma2.7z.uu \
    463  1.12    martin test_read_format_7zip_lzma2.7z.uu \
    464  1.12    martin test_read_format_7zip_lzma2_arm.7z.uu \
    465  1.17  christos test_read_format_7zip_lzma2_arm64.7z.uu \
    466  1.17  christos test_read_format_7zip_lzma2_powerpc.7z.uu \
    467  1.17  christos test_read_format_7zip_lzma2_riscv.7z.uu \
    468  1.17  christos test_read_format_7zip_lzma2_sparc.7z.uu \
    469  1.17  christos test_read_format_7zip_malformed.7z.uu \
    470  1.17  christos test_read_format_7zip_malformed2.7z.uu \
    471  1.17  christos test_read_format_7zip_packinfo_digests.7z.uu \
    472  1.17  christos test_read_format_7zip_ppmd.7z.uu \
    473  1.17  christos test_read_format_7zip_sfx_elf.elf.uu \
    474  1.17  christos test_read_format_7zip_sfx_modified_pe.exe.uu \
    475  1.17  christos test_read_format_7zip_sfx_pe.exe.uu \
    476  1.14  christos test_read_format_7zip_solid_zstd.7z.uu \
    477  1.17  christos test_read_format_7zip_symbolic_name.7z.uu \
    478  1.12    martin test_read_format_7zip_win_attrib.7z.uu \
    479  1.14  christos test_read_format_7zip_zstd.7z.uu \
    480  1.14  christos test_read_format_7zip_zstd_arm.7z.uu \
    481  1.14  christos test_read_format_7zip_zstd_bcj.7z.uu \
    482  1.14  christos test_read_format_7zip_zstd_nobcj.7z.uu \
    483  1.17  christos test_read_format_7zip_zstd_sparc.7z.uu \
    484  1.17  christos test_read_format_ar.ar.uu \
    485  1.17  christos test_read_format_cab_1.cab.uu \
    486  1.17  christos test_read_format_cab_2.cab.uu \
    487  1.17  christos test_read_format_cab_3.cab.uu \
    488  1.17  christos test_read_format_cab_filename_cp932.cab.uu \
    489  1.17  christos test_read_format_cpio_bin_be.cpio.uu \
    490  1.17  christos test_read_format_cpio_bin_le.cpio.uu \
    491  1.17  christos test_read_format_cpio_filename_cp866.cpio.uu \
    492  1.17  christos test_read_format_cpio_filename_eucjp.cpio.uu \
    493  1.17  christos test_read_format_cpio_filename_koi8r.cpio.uu \
    494  1.17  christos test_read_format_cpio_filename_utf8_jp.cpio.uu \
    495  1.17  christos test_read_format_cpio_filename_utf8_ru.cpio.uu \
    496  1.17  christos test_read_format_cpio_svr4_bzip2_rpm.rpm.uu \
    497  1.17  christos test_read_format_cpio_svr4_gzip_rpm.rpm.uu \
    498  1.17  christos test_read_format_gtar_filename_cp866.tar.Z.uu \
    499  1.17  christos test_read_format_gtar_filename_eucjp.tar.Z.uu \
    500  1.17  christos test_read_format_gtar_filename_koi8r.tar.Z.uu \
    501  1.17  christos test_read_format_gtar_redundant_L.tar.Z.uu \
    502  1.17  christos test_read_format_gtar_sparse_1_13.tar.uu \
    503  1.17  christos test_read_format_gtar_sparse_1_17.tar.uu \
    504  1.17  christos test_read_format_gtar_sparse_1_17_posix00.tar.uu \
    505  1.17  christos test_read_format_gtar_sparse_1_17_posix01.tar.uu \
    506  1.17  christos test_read_format_gtar_sparse_1_17_posix10.tar.uu \
    507  1.17  christos test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu \
    508  1.17  christos test_read_format_gtar_sparse_length.tar.Z.uu \
    509  1.17  christos test_read_format_gtar_sparse_skip_entry.tar.Z.uu \
    510  1.17  christos test_read_format_huge_rpm.rpm.uu \
    511  1.17  christos test_read_format_iso.iso.Z.uu \
    512  1.17  christos test_read_format_iso_2.iso.Z.uu \
    513  1.13  christos test_read_format_iso_3.iso.Z.uu \
    514  1.17  christos test_read_format_iso_joliet.iso.Z.uu \
    515  1.17  christos test_read_format_iso_joliet_by_nero.iso.Z.uu \
    516  1.17  christos test_read_format_iso_joliet_long.iso.Z.uu \
    517  1.17  christos test_read_format_iso_joliet_rockridge.iso.Z.uu \
    518  1.17  christos test_read_format_iso_multi_extent.iso.Z.uu \
    519  1.17  christos test_read_format_iso_rockridge.iso.Z.uu \
    520  1.17  christos test_read_format_iso_rockridge_ce.iso.Z.uu \
    521  1.17  christos test_read_format_iso_rockridge_new.iso.Z.uu \
    522  1.17  christos test_read_format_iso_rockridge_rr_moved.iso.Z.uu \
    523  1.17  christos test_read_format_iso_xorriso.iso.Z.uu \
    524  1.17  christos test_read_format_iso_zisofs.iso.Z.uu \
    525  1.17  christos test_read_format_lha_bugfix_0.lzh.uu \
    526  1.17  christos test_read_format_lha_filename_cp932.lzh.uu \
    527  1.17  christos test_read_format_lha_filename_utf16.lzh.uu \
    528  1.17  christos test_read_format_lha_header0.lzh.uu \
    529  1.17  christos test_read_format_lha_header1.lzh.uu \
    530  1.17  christos test_read_format_lha_header2.lzh.uu \
    531  1.17  christos test_read_format_lha_header3.lzh.uu \
    532  1.17  christos test_read_format_lha_lh0.lzh.uu \
    533  1.17  christos test_read_format_lha_lh6.lzh.uu \
    534  1.17  christos test_read_format_lha_lh7.lzh.uu \
    535  1.17  christos test_read_format_lha_withjunk.lzh.uu \
    536  1.17  christos test_read_format_mtree.mtree.uu \
    537  1.17  christos test_read_format_mtree_crash747.mtree.bz2.uu \
    538  1.17  christos test_read_format_mtree_nomagic.mtree.uu \
    539  1.17  christos test_read_format_mtree_nomagic2.mtree.uu \
    540  1.17  christos test_read_format_mtree_nomagic3.mtree.uu \
    541  1.17  christos test_read_format_mtree_noprint.mtree.uu \
    542  1.17  christos test_read_format_rar.rar.uu \
    543  1.17  christos test_read_format_rar4_encrypted.rar.uu \
    544  1.17  christos test_read_format_rar4_encrypted_filenames.rar.uu \
    545  1.17  christos test_read_format_rar4_solid_encrypted.rar.uu \
    546  1.17  christos test_read_format_rar4_solid_encrypted_filenames.rar.uu \
    547  1.17  christos test_read_format_rar5_arm.rar.uu \
    548  1.12    martin test_read_format_rar5_arm_filter_on_window_boundary.rar.uu \
    549  1.12    martin test_read_format_rar5_bad_window_sz_in_mltarc_file.rar.uu \
    550  1.17  christos test_read_format_rar5_blake2.rar.uu \
    551  1.12    martin test_read_format_rar5_block_size_is_too_small.rar.uu \
    552  1.17  christos test_read_format_rar5_compressed.rar.uu \
    553  1.13  christos test_read_format_rar5_data_ready_pointer_leak.rar.uu \
    554  1.12    martin test_read_format_rar5_decode_number_out_of_bounds_read.rar.uu \
    555  1.12    martin test_read_format_rar5_different_solid_window_size.rar.uu \
    556  1.12    martin test_read_format_rar5_different_window_size.rar.uu \
    557  1.12    martin test_read_format_rar5_different_winsize_on_merge.rar.uu \
    558  1.17  christos test_read_format_rar5_dirdata.rar.uu \
    559  1.17  christos test_read_format_rar5_distance_overflow.rar.uu \
    560  1.17  christos test_read_format_rar5_encrypted.rar.uu \
    561  1.17  christos test_read_format_rar5_encrypted_filenames.rar.uu \
    562  1.17  christos test_read_format_rar5_extra_field_version.rar.uu \
    563  1.17  christos test_read_format_rar5_fileattr.rar.uu \
    564  1.17  christos test_read_format_rar5_hardlink.rar.uu \
    565  1.17  christos test_read_format_rar5_invalid_dict_reference.rar.uu \
    566  1.17  christos test_read_format_rar5_invalid_hash_valid_htime_exfld.rar.uu \
    567  1.17  christos test_read_format_rar5_leftshift1.rar.uu \
    568  1.17  christos test_read_format_rar5_leftshift2.rar.uu \
    569  1.17  christos test_read_format_rar5_multiarchive.part01.rar.uu \
    570  1.17  christos test_read_format_rar5_multiarchive.part02.rar.uu \
    571  1.17  christos test_read_format_rar5_multiarchive.part03.rar.uu \
    572  1.17  christos test_read_format_rar5_multiarchive.part04.rar.uu \
    573  1.17  christos test_read_format_rar5_multiarchive.part05.rar.uu \
    574  1.17  christos test_read_format_rar5_multiarchive.part06.rar.uu \
    575  1.17  christos test_read_format_rar5_multiarchive.part07.rar.uu \
    576  1.17  christos test_read_format_rar5_multiarchive.part08.rar.uu \
    577  1.17  christos test_read_format_rar5_multiarchive_solid.part01.rar.uu \
    578  1.17  christos test_read_format_rar5_multiarchive_solid.part02.rar.uu \
    579  1.17  christos test_read_format_rar5_multiarchive_solid.part03.rar.uu \
    580  1.17  christos test_read_format_rar5_multiarchive_solid.part04.rar.uu \
    581  1.17  christos test_read_format_rar5_multiple_files.rar.uu \
    582  1.17  christos test_read_format_rar5_multiple_files_solid.rar.uu \
    583  1.17  christos test_read_format_rar5_nonempty_dir_stream.rar.uu \
    584  1.17  christos test_read_format_rar5_only_crypt_exfld.rar.uu \
    585  1.17  christos test_read_format_rar5_owner.rar.uu \
    586  1.17  christos test_read_format_rar5_readtables_overflow.rar.uu \
    587  1.12    martin test_read_format_rar5_sfx.exe.uu \
    588  1.17  christos test_read_format_rar5_solid.rar.uu \
    589  1.17  christos test_read_format_rar5_solid_encrypted.rar.uu \
    590  1.17  christos test_read_format_rar5_solid_encrypted_filenames.rar.uu \
    591  1.17  christos test_read_format_rar5_stored.rar.uu \
    592  1.17  christos test_read_format_rar5_stored_manyfiles.rar.uu \
    593  1.17  christos test_read_format_rar5_symlink.rar.uu \
    594  1.17  christos test_read_format_rar5_truncated_huff.rar.uu \
    595  1.17  christos test_read_format_rar5_unicode.rar.uu \
    596  1.17  christos test_read_format_rar5_unsupported_exfld.rar.uu \
    597  1.17  christos test_read_format_rar5_win32.rar.uu \
    598  1.12    martin test_read_format_rar5_window_buf_and_size_desync.rar.uu \
    599  1.17  christos test_read_format_rar_binary_data.rar.uu \
    600  1.17  christos test_read_format_rar_compress_best.rar.uu \
    601  1.17  christos test_read_format_rar_compress_normal.rar.uu \
    602  1.17  christos test_read_format_rar_encryption_data.rar.uu \
    603  1.17  christos test_read_format_rar_encryption_header.rar.uu \
    604  1.17  christos test_read_format_rar_encryption_partially.rar.uu \
    605  1.17  christos test_read_format_rar_endarc_huge.rar.uu \
    606  1.17  christos test_read_format_rar_filter.rar.uu \
    607  1.17  christos test_read_format_rar_invalid1.rar.uu \
    608  1.17  christos test_read_format_rar_multi_lzss_blocks.rar.uu \
    609  1.17  christos test_read_format_rar_multivolume.part0001.rar.uu \
    610  1.17  christos test_read_format_rar_multivolume.part0002.rar.uu \
    611  1.17  christos test_read_format_rar_multivolume.part0003.rar.uu \
    612  1.17  christos test_read_format_rar_multivolume.part0004.rar.uu \
    613  1.17  christos test_read_format_rar_newsub_huge.rar.uu \
    614  1.17  christos test_read_format_rar_noeof.rar.uu \
    615  1.17  christos test_read_format_rar_overflow.rar.uu \
    616  1.17  christos test_read_format_rar_ppmd_lzss_conversion.rar.uu \
    617  1.17  christos test_read_format_rar_ppmd_use_after_free.rar.uu \
    618  1.12    martin test_read_format_rar_ppmd_use_after_free2.rar.uu \
    619  1.17  christos test_read_format_rar_sfx.exe.uu \
    620  1.17  christos test_read_format_rar_subblock.rar.uu \
    621  1.17  christos test_read_format_rar_symlink_huge.rar.uu \
    622  1.17  christos test_read_format_rar_unicode.rar.uu \
    623  1.17  christos test_read_format_rar_windows.rar.uu \
    624  1.17  christos test_read_format_raw.bufr.uu \
    625  1.17  christos test_read_format_raw.data.Z.uu \
    626  1.17  christos test_read_format_raw.data.gz.uu \
    627  1.17  christos test_read_format_raw.data.uu \
    628  1.17  christos test_read_format_tar_V_negative_size.tar.uu \
    629  1.17  christos test_read_format_tar_concatenated.tar.uu \
    630  1.17  christos test_read_format_tar_empty_filename.tar.uu \
    631  1.17  christos test_read_format_tar_empty_pax.tar.Z.uu \
    632  1.17  christos test_read_format_tar_empty_with_gnulabel.tar.uu \
    633  1.17  christos test_read_format_tar_filename_koi8r.tar.Z.uu \
    634  1.17  christos test_read_format_tar_invalid_pax_size.tar.uu \
    635  1.17  christos test_read_format_tar_mac_metadata_1.tar.uu \
    636  1.17  christos test_read_format_tar_pax_g_large.tar.uu \
    637  1.17  christos test_read_format_tar_pax_large_attr.tar.Z.uu \
    638  1.17  christos test_read_format_tar_pax_negative_time.tar.uu \
    639  1.17  christos test_read_format_ustar_filename_cp866.tar.Z.uu \
    640  1.17  christos test_read_format_ustar_filename_eucjp.tar.Z.uu \
    641  1.17  christos test_read_format_ustar_filename_koi8r.tar.Z.uu \
    642  1.17  christos test_read_format_warc.warc.uu \
    643  1.17  christos test_read_format_warc_incomplete.warc.uu \
    644  1.17  christos test_read_format_xar_doublelink.xar.uu \
    645  1.13  christos test_read_format_xar_duplicate_filename_node.xar.uu \
    646  1.17  christos test_read_format_zip.zip.uu \
    647  1.17  christos test_read_format_zip_7075_utf8_paths.zip.uu \
    648  1.12    martin test_read_format_zip_7z_deflate.zip.uu \
    649  1.12    martin test_read_format_zip_7z_lzma.zip.uu \
    650  1.17  christos test_read_format_zip_bz2_hang.zip.uu \
    651  1.17  christos test_read_format_zip_bzip2.zipx.uu \
    652  1.17  christos test_read_format_zip_bzip2_multi.zipx.uu \
    653  1.17  christos test_read_format_zip_comment_stored_1.zip.uu \
    654  1.17  christos test_read_format_zip_comment_stored_2.zip.uu \
    655  1.17  christos test_read_format_zip_encryption_data.zip.uu \
    656  1.17  christos test_read_format_zip_encryption_header.zip.uu \
    657  1.17  christos test_read_format_zip_encryption_partially.zip.uu \
    658  1.17  christos test_read_format_zip_extra_padding.zip.uu \
    659  1.17  christos test_read_format_zip_filename_cp866.zip.uu \
    660  1.17  christos test_read_format_zip_filename_cp932.zip.uu \
    661  1.17  christos test_read_format_zip_filename_koi8r.zip.uu \
    662  1.17  christos test_read_format_zip_filename_utf8_jp.zip.uu \
    663  1.17  christos test_read_format_zip_filename_utf8_ru.zip.uu \
    664  1.17  christos test_read_format_zip_filename_utf8_ru2.zip.uu \
    665  1.17  christos test_read_format_zip_high_compression.zip.uu \
    666  1.17  christos test_read_format_zip_jar.jar.uu \
    667  1.17  christos test_read_format_zip_length_at_end.zip.uu \
    668  1.17  christos test_read_format_zip_lzma.zipx.uu \
    669  1.17  christos test_read_format_zip_lzma_alone_leak.zipx.uu \
    670  1.17  christos test_read_format_zip_lzma_multi.zipx.uu \
    671  1.12    martin test_read_format_zip_lzma_stream_end.zipx.uu \
    672  1.17  christos test_read_format_zip_mac_metadata.zip.uu \
    673  1.17  christos test_read_format_zip_malformed1.zip.uu \
    674  1.17  christos test_read_format_zip_msdos.zip.uu \
    675  1.17  christos test_read_format_zip_nested.zip.uu \
    676  1.17  christos test_read_format_zip_nofiletype.zip.uu \
    677  1.17  christos test_read_format_zip_padded1.zip.uu \
    678  1.17  christos test_read_format_zip_padded2.zip.uu \
    679  1.17  christos test_read_format_zip_padded3.zip.uu \
    680  1.17  christos test_read_format_zip_ppmd8.zipx.uu \
    681  1.17  christos test_read_format_zip_ppmd8_crash_1.zipx.uu \
    682  1.17  christos test_read_format_zip_ppmd8_crash_2.zipx.uu \
    683  1.17  christos test_read_format_zip_ppmd8_multi.zipx.uu \
    684  1.17  christos test_read_format_zip_sfx.uu \
    685  1.17  christos test_read_format_zip_symlink.zip.uu \
    686  1.17  christos test_read_format_zip_traditional_encryption_data.zip.uu \
    687  1.17  christos test_read_format_zip_ux.zip.uu \
    688  1.17  christos test_read_format_zip_winzip_aes128.zip.uu \
    689  1.17  christos test_read_format_zip_winzip_aes256.zip.uu \
    690  1.17  christos test_read_format_zip_winzip_aes256_large.zip.uu \
    691  1.17  christos test_read_format_zip_winzip_aes256_stored.zip.uu \
    692  1.17  christos test_read_format_zip_with_invalid_traditional_eocd.zip.uu \
    693  1.17  christos test_read_format_zip_xz_multi.zipx.uu \
    694  1.17  christos test_read_format_zip_zip64a.zip.uu \
    695  1.17  christos test_read_format_zip_zip64b.zip.uu \
    696  1.14  christos test_read_format_zip_zstd.zipx.uu \
    697  1.14  christos test_read_format_zip_zstd_multi.zipx.uu \
    698  1.17  christos test_read_large_splitted_rar_aa.uu \
    699  1.17  christos test_read_large_splitted_rar_ab.uu \
    700  1.17  christos test_read_large_splitted_rar_ac.uu \
    701  1.17  christos test_read_large_splitted_rar_ad.uu \
    702  1.17  christos test_read_large_splitted_rar_ae.uu \
    703  1.17  christos test_read_pax_empty_val_no_nl.tar.uu \
    704  1.17  christos test_read_pax_xattr_rht_security_selinux.tar.uu \
    705  1.17  christos test_read_pax_xattr_schily.tar.uu \
    706  1.17  christos test_read_splitted_rar_aa.uu \
    707  1.17  christos test_read_splitted_rar_ab.uu \
    708  1.17  christos test_read_splitted_rar_ac.uu \
    709  1.17  christos test_read_splitted_rar_ad.uu \
    710  1.17  christos test_read_too_many_filters.gz.uu \
    711  1.17  christos test_splitted_rar_seek_support_aa.uu \
    712  1.17  christos test_splitted_rar_seek_support_ab.uu \
    713  1.17  christos test_splitted_rar_seek_support_ac.uu \
    714  1.17  christos test_write_disk_appledouble.cpio.gz.uu \
    715  1.17  christos test_write_disk_appledouble_zip.zip.uu \
    716  1.17  christos test_write_disk_hfs_compression.tgz.uu \
    717  1.17  christos test_write_disk_mac_metadata.tar.gz.uu \
    718   1.1  christos test_write_disk_no_hfs_compression.tgz.uu
    719   1.1  christos 
    720   1.1  christos .include <bsd.test.mk>
    721   1.1  christos 
    722   1.3  christos test_main.o test_main.d: list.h
    723   1.1  christos 
    724   1.1  christos CLEANFILES+=list.h
    725   1.1  christos 
    726   1.1  christos # XXX: We skip the truncated filter tests because they are broken
    727   1.1  christos # for built-in decompressors. The reason is that the output buffer
    728   1.1  christos # size is 64K, the truncated files are < 64K and the built-in decompressors
    729   1.1  christos # bail out instead of returning incomplete results.
    730   1.1  christos list.h: ${SRCS.h_libarchive} Makefile
    731   1.1  christos 	${TOOL_GREP} -h '^DEFINE_TEST(' ${.ALLSRC} | \
    732   1.1  christos 	    ${TOOL_GREP} -v _truncated_filter_ | \
    733   1.1  christos 	    ${TOOL_GREP} -v test_compat_pax_libarchive_2x > ${.TARGET}
    734   1.1  christos 
    735   1.6     lukem COPTS.test_archive_string_conversion.c+=	${CC_WNO_STRINGOP_TRUNCATION}
    736   1.8  christos COPTS.test_main.c+=	${CC_WNO_STRINGOP_OVERFLOW}
    737   1.9       kre COPTS.test_write_disk_secure.c+=	${CC_WNO_STRINGOP_OVERFLOW}
    738   1.1  christos 
    739