159e2ff55SEnji Cooper# $FreeBSD$ 259e2ff55SEnji Cooper 343faedc1SGlen BarberPACKAGE= tests 443faedc1SGlen Barber 53c89d6b0SBryan Drewery_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive 659e2ff55SEnji Cooper 759e2ff55SEnji CooperATF_TESTS_SH+= functional_test 859e2ff55SEnji Cooper 9cda20f96SRuslan BukinTEST_METADATA.functional_test+= timeout="600" 10cda20f96SRuslan Bukin 1159e2ff55SEnji CooperBINDIR= ${TESTSDIR} 1259e2ff55SEnji Cooper 1359e2ff55SEnji CooperPROGS+= libarchive_test 1459e2ff55SEnji Cooper 15a08cc1eeSEnji CooperCFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} 1664287048SMartin MatuskaCFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/libarchive/test 1764287048SMartin MatuskaCFLAGS+= -I${_LIBARCHIVEDIR}/test_utils 1859e2ff55SEnji CooperCFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 1959e2ff55SEnji Cooper 2059e2ff55SEnji Cooper# Uncomment to link against dmalloc 2159e2ff55SEnji Cooper#LDADD+= -L/usr/local/lib -ldmalloc 2259e2ff55SEnji Cooper#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC 2359e2ff55SEnji Cooper 243c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/libarchive/test 2559e2ff55SEnji CooperTESTS_SRCS= \ 2659e2ff55SEnji Cooper test_acl_nfs4.c \ 2759e2ff55SEnji Cooper test_acl_pax.c \ 289f3de9e2SMartin Matuska test_acl_platform_nfs4.c \ 299f3de9e2SMartin Matuska test_acl_platform_posix1e.c \ 3059e2ff55SEnji Cooper test_acl_posix1e.c \ 31e9ed7ea4SMartin Matuska test_acl_text.c \ 3259e2ff55SEnji Cooper test_archive_api_feature.c \ 3359e2ff55SEnji Cooper test_archive_clear_error.c \ 3459e2ff55SEnji Cooper test_archive_cmdline.c \ 35cdf63a70SMartin Matuska test_archive_digest.c \ 3659e2ff55SEnji Cooper test_archive_getdate.c \ 3759e2ff55SEnji Cooper test_archive_match_time.c \ 3859e2ff55SEnji Cooper test_archive_match_owner.c \ 3959e2ff55SEnji Cooper test_archive_match_path.c \ 4059e2ff55SEnji Cooper test_archive_pathmatch.c \ 41cdf63a70SMartin Matuska test_archive_read_add_passphrase.c \ 4259e2ff55SEnji Cooper test_archive_read_close_twice.c \ 4359e2ff55SEnji Cooper test_archive_read_close_twice_open_fd.c \ 4459e2ff55SEnji Cooper test_archive_read_close_twice_open_filename.c \ 4559e2ff55SEnji Cooper test_archive_read_multiple_data_objects.c \ 4659e2ff55SEnji Cooper test_archive_read_next_header_empty.c \ 4759e2ff55SEnji Cooper test_archive_read_next_header_raw.c \ 4859e2ff55SEnji Cooper test_archive_read_open2.c \ 4959e2ff55SEnji Cooper test_archive_read_set_filter_option.c \ 5059e2ff55SEnji Cooper test_archive_read_set_format_option.c \ 5159e2ff55SEnji Cooper test_archive_read_set_option.c \ 5259e2ff55SEnji Cooper test_archive_read_set_options.c \ 5359e2ff55SEnji Cooper test_archive_read_support.c \ 5459e2ff55SEnji Cooper test_archive_set_error.c \ 5559e2ff55SEnji Cooper test_archive_string.c \ 5659e2ff55SEnji Cooper test_archive_string_conversion.c \ 5759e2ff55SEnji Cooper test_archive_write_add_filter_by_name.c \ 5859e2ff55SEnji Cooper test_archive_write_set_filter_option.c \ 5959e2ff55SEnji Cooper test_archive_write_set_format_by_name.c \ 60cdf63a70SMartin Matuska test_archive_write_set_format_filter_by_ext.c \ 6159e2ff55SEnji Cooper test_archive_write_set_format_option.c \ 6259e2ff55SEnji Cooper test_archive_write_set_option.c \ 6359e2ff55SEnji Cooper test_archive_write_set_options.c \ 64cdf63a70SMartin Matuska test_archive_write_set_passphrase.c \ 6559e2ff55SEnji Cooper test_bad_fd.c \ 6659e2ff55SEnji Cooper test_compat_bzip2.c \ 6759e2ff55SEnji Cooper test_compat_cpio.c \ 6859e2ff55SEnji Cooper test_compat_gtar.c \ 6959e2ff55SEnji Cooper test_compat_gzip.c \ 70cdf63a70SMartin Matuska test_compat_lz4.c \ 7159e2ff55SEnji Cooper test_compat_lzip.c \ 7259e2ff55SEnji Cooper test_compat_lzma.c \ 7359e2ff55SEnji Cooper test_compat_lzop.c \ 7459e2ff55SEnji Cooper test_compat_mac.c \ 75007dbc1fSMartin Matuska test_compat_perl_archive_tar.c \ 76a2e802b7SMartin Matuska test_compat_plexus_archiver_tar.c \ 7759e2ff55SEnji Cooper test_compat_solaris_tar_acl.c \ 7859e2ff55SEnji Cooper test_compat_solaris_pax_sparse.c \ 79e9ed7ea4SMartin Matuska test_compat_star_acl.c \ 8059e2ff55SEnji Cooper test_compat_tar_hardlink.c \ 8159e2ff55SEnji Cooper test_compat_uudecode.c \ 82cdf63a70SMartin Matuska test_compat_uudecode_large.c \ 8359e2ff55SEnji Cooper test_compat_xz.c \ 8459e2ff55SEnji Cooper test_compat_zip.c \ 855c831a5bSMartin Matuska test_compat_zstd.c \ 8659e2ff55SEnji Cooper test_empty_write.c \ 8759e2ff55SEnji Cooper test_entry.c \ 8859e2ff55SEnji Cooper test_entry_strmode.c \ 8959e2ff55SEnji Cooper test_extattr_freebsd.c \ 9059e2ff55SEnji Cooper test_filter_count.c \ 9159e2ff55SEnji Cooper test_fuzz.c \ 9259e2ff55SEnji Cooper test_gnutar_filename_encoding.c \ 9359e2ff55SEnji Cooper test_link_resolver.c \ 9459e2ff55SEnji Cooper test_open_fd.c \ 9559e2ff55SEnji Cooper test_open_failure.c \ 9659e2ff55SEnji Cooper test_open_file.c \ 9759e2ff55SEnji Cooper test_open_filename.c \ 9859e2ff55SEnji Cooper test_pax_filename_encoding.c \ 9959e2ff55SEnji Cooper test_read_data_large.c \ 10059e2ff55SEnji Cooper test_read_disk.c \ 10159e2ff55SEnji Cooper test_read_disk_directory_traversals.c \ 10259e2ff55SEnji Cooper test_read_disk_entry_from_file.c \ 10359e2ff55SEnji Cooper test_read_extract.c \ 10459e2ff55SEnji Cooper test_read_file_nonexistent.c \ 105cdf63a70SMartin Matuska test_read_filter_compress.c \ 10659e2ff55SEnji Cooper test_read_filter_grzip.c \ 10759e2ff55SEnji Cooper test_read_filter_lrzip.c \ 10859e2ff55SEnji Cooper test_read_filter_lzop.c \ 10959e2ff55SEnji Cooper test_read_filter_lzop_multiple_parts.c \ 11059e2ff55SEnji Cooper test_read_filter_program.c \ 11159e2ff55SEnji Cooper test_read_filter_program_signature.c \ 11259e2ff55SEnji Cooper test_read_filter_uudecode.c \ 11359e2ff55SEnji Cooper test_read_format_7zip.c \ 114cdf63a70SMartin Matuska test_read_format_7zip_encryption_data.c \ 115cdf63a70SMartin Matuska test_read_format_7zip_encryption_header.c \ 116cdf63a70SMartin Matuska test_read_format_7zip_encryption_partially.c \ 117cdf63a70SMartin Matuska test_read_format_7zip_malformed.c \ 11859e2ff55SEnji Cooper test_read_format_ar.c \ 11959e2ff55SEnji Cooper test_read_format_cab.c \ 12059e2ff55SEnji Cooper test_read_format_cab_filename.c \ 12159e2ff55SEnji Cooper test_read_format_cpio_afio.c \ 12259e2ff55SEnji Cooper test_read_format_cpio_bin.c \ 12359e2ff55SEnji Cooper test_read_format_cpio_bin_Z.c \ 12459e2ff55SEnji Cooper test_read_format_cpio_bin_be.c \ 12559e2ff55SEnji Cooper test_read_format_cpio_bin_bz2.c \ 12659e2ff55SEnji Cooper test_read_format_cpio_bin_gz.c \ 127cdf63a70SMartin Matuska test_read_format_cpio_bin_le.c \ 12859e2ff55SEnji Cooper test_read_format_cpio_bin_lzip.c \ 12959e2ff55SEnji Cooper test_read_format_cpio_bin_lzma.c \ 13059e2ff55SEnji Cooper test_read_format_cpio_bin_xz.c \ 13159e2ff55SEnji Cooper test_read_format_cpio_filename.c \ 13259e2ff55SEnji Cooper test_read_format_cpio_odc.c \ 13359e2ff55SEnji Cooper test_read_format_cpio_svr4_gzip.c \ 13459e2ff55SEnji Cooper test_read_format_cpio_svr4c_Z.c \ 13559e2ff55SEnji Cooper test_read_format_cpio_svr4_bzip2_rpm.c \ 13659e2ff55SEnji Cooper test_read_format_cpio_svr4_gzip_rpm.c \ 13759e2ff55SEnji Cooper test_read_format_empty.c \ 13859e2ff55SEnji Cooper test_read_format_gtar_filename.c \ 13959e2ff55SEnji Cooper test_read_format_gtar_gz.c \ 14059e2ff55SEnji Cooper test_read_format_gtar_lzma.c \ 14159e2ff55SEnji Cooper test_read_format_gtar_sparse.c \ 14259e2ff55SEnji Cooper test_read_format_gtar_sparse_skip_entry.c \ 14359e2ff55SEnji Cooper test_read_format_iso_Z.c \ 14459e2ff55SEnji Cooper test_read_format_iso_multi_extent.c \ 14559e2ff55SEnji Cooper test_read_format_iso_xorriso.c \ 14659e2ff55SEnji Cooper test_read_format_isorr_rr_moved.c \ 14759e2ff55SEnji Cooper test_read_format_isojoliet_bz2.c \ 14859e2ff55SEnji Cooper test_read_format_isojoliet_long.c \ 14959e2ff55SEnji Cooper test_read_format_isojoliet_rr.c \ 15059e2ff55SEnji Cooper test_read_format_isojoliet_versioned.c \ 15159e2ff55SEnji Cooper test_read_format_isorr_bz2.c \ 15259e2ff55SEnji Cooper test_read_format_isorr_ce.c \ 15359e2ff55SEnji Cooper test_read_format_isorr_new_bz2.c \ 15459e2ff55SEnji Cooper test_read_format_isozisofs_bz2.c \ 15559e2ff55SEnji Cooper test_read_format_lha.c \ 156cdf63a70SMartin Matuska test_read_format_lha_bugfix_0.c \ 15759e2ff55SEnji Cooper test_read_format_lha_filename.c \ 15859e2ff55SEnji Cooper test_read_format_mtree.c \ 159f3e9b21aSMartin Matuska test_read_format_mtree_crash747.c \ 16059e2ff55SEnji Cooper test_read_format_pax_bz2.c \ 16159e2ff55SEnji Cooper test_read_format_rar.c \ 162b1c91e4bSMartin Matuska test_read_format_rar5.c \ 163cdf63a70SMartin Matuska test_read_format_rar_encryption_data.c \ 164cdf63a70SMartin Matuska test_read_format_rar_encryption_header.c \ 165cdf63a70SMartin Matuska test_read_format_rar_encryption_partially.c \ 166f061a221SMartin Matuska test_read_format_rar_invalid1.c \ 16759e2ff55SEnji Cooper test_read_format_raw.c \ 16859e2ff55SEnji Cooper test_read_format_tar.c \ 169cdf63a70SMartin Matuska test_read_format_tar_concatenated.c \ 17059e2ff55SEnji Cooper test_read_format_tar_empty_filename.c \ 171cdf63a70SMartin Matuska test_read_format_tar_empty_pax.c \ 17252c2bb75SMartin Matuska test_read_format_tar_empty_with_gnulabel.c \ 17359e2ff55SEnji Cooper test_read_format_tar_filename.c \ 17459e2ff55SEnji Cooper test_read_format_tbz.c \ 17559e2ff55SEnji Cooper test_read_format_tgz.c \ 17659e2ff55SEnji Cooper test_read_format_tlz.c \ 17759e2ff55SEnji Cooper test_read_format_txz.c \ 17859e2ff55SEnji Cooper test_read_format_tz.c \ 17959e2ff55SEnji Cooper test_read_format_ustar_filename.c \ 180cdf63a70SMartin Matuska test_read_format_warc.c \ 18159e2ff55SEnji Cooper test_read_format_xar.c \ 18259e2ff55SEnji Cooper test_read_format_zip.c \ 18352c2bb75SMartin Matuska test_read_format_zip_7075_utf8_paths.c \ 18459e2ff55SEnji Cooper test_read_format_zip_comment_stored.c \ 185cdf63a70SMartin Matuska test_read_format_zip_encryption_data.c \ 186cdf63a70SMartin Matuska test_read_format_zip_encryption_header.c \ 187cdf63a70SMartin Matuska test_read_format_zip_encryption_partially.c \ 18852c2bb75SMartin Matuska test_read_format_zip_extra_padding.c \ 18959e2ff55SEnji Cooper test_read_format_zip_filename.c \ 190cfa49a9bSMartin Matuska test_read_format_zip_high_compression.c \ 1917105995cSMartin Matuska test_read_format_zip_jar.c \ 19259e2ff55SEnji Cooper test_read_format_zip_mac_metadata.c \ 193cdf63a70SMartin Matuska test_read_format_zip_malformed.c \ 194cdf63a70SMartin Matuska test_read_format_zip_msdos.c \ 195cdf63a70SMartin Matuska test_read_format_zip_nested.c \ 196cdf63a70SMartin Matuska test_read_format_zip_nofiletype.c \ 197cdf63a70SMartin Matuska test_read_format_zip_padded.c \ 19859e2ff55SEnji Cooper test_read_format_zip_sfx.c \ 199cdf63a70SMartin Matuska test_read_format_zip_traditional_encryption_data.c \ 200cdf63a70SMartin Matuska test_read_format_zip_winzip_aes.c \ 201cdf63a70SMartin Matuska test_read_format_zip_winzip_aes_large.c \ 202a8fc61d5SMartin Matuska test_read_format_zip_with_invalid_traditional_eocd.c \ 203cdf63a70SMartin Matuska test_read_format_zip_zip64.c \ 20459e2ff55SEnji Cooper test_read_large.c \ 20595208412SMartin Matuska test_read_pax_schily_xattr.c \ 20659e2ff55SEnji Cooper test_read_pax_truncated.c \ 20759e2ff55SEnji Cooper test_read_position.c \ 20859e2ff55SEnji Cooper test_read_set_format.c \ 209cdf63a70SMartin Matuska test_read_too_many_filters.c \ 21059e2ff55SEnji Cooper test_read_truncated.c \ 21159e2ff55SEnji Cooper test_read_truncated_filter.c \ 21259e2ff55SEnji Cooper test_sparse_basic.c \ 21359e2ff55SEnji Cooper test_tar_filenames.c \ 21459e2ff55SEnji Cooper test_tar_large.c \ 215cdf63a70SMartin Matuska test_warn_missing_hardlink_target.c \ 21659e2ff55SEnji Cooper test_ustar_filenames.c \ 21759e2ff55SEnji Cooper test_ustar_filename_encoding.c \ 21859e2ff55SEnji Cooper test_write_disk.c \ 21959e2ff55SEnji Cooper test_write_disk_appledouble.c \ 22059e2ff55SEnji Cooper test_write_disk_failures.c \ 22159e2ff55SEnji Cooper test_write_disk_hardlink.c \ 22259e2ff55SEnji Cooper test_write_disk_hfs_compression.c \ 22359e2ff55SEnji Cooper test_write_disk_lookup.c \ 22459e2ff55SEnji Cooper test_write_disk_mac_metadata.c \ 22559e2ff55SEnji Cooper test_write_disk_no_hfs_compression.c \ 22659e2ff55SEnji Cooper test_write_disk_perms.c \ 22759e2ff55SEnji Cooper test_write_disk_secure.c \ 228cfa49a9bSMartin Matuska test_write_disk_secure744.c \ 22924113d8cSMartin Matuska test_write_disk_secure745.c \ 23024113d8cSMartin Matuska test_write_disk_secure746.c \ 23159e2ff55SEnji Cooper test_write_disk_sparse.c \ 23259e2ff55SEnji Cooper test_write_disk_symlink.c \ 23359e2ff55SEnji Cooper test_write_disk_times.c \ 23459e2ff55SEnji Cooper test_write_filter_b64encode.c \ 23559e2ff55SEnji Cooper test_write_filter_bzip2.c \ 23659e2ff55SEnji Cooper test_write_filter_compress.c \ 23759e2ff55SEnji Cooper test_write_filter_gzip.c \ 23859e2ff55SEnji Cooper test_write_filter_gzip_timestamp.c \ 23959e2ff55SEnji Cooper test_write_filter_lrzip.c \ 240cdf63a70SMartin Matuska test_write_filter_lz4.c \ 24159e2ff55SEnji Cooper test_write_filter_lzip.c \ 24259e2ff55SEnji Cooper test_write_filter_lzma.c \ 24359e2ff55SEnji Cooper test_write_filter_lzop.c \ 24459e2ff55SEnji Cooper test_write_filter_program.c \ 24559e2ff55SEnji Cooper test_write_filter_uuencode.c \ 24659e2ff55SEnji Cooper test_write_filter_xz.c \ 2475c831a5bSMartin Matuska test_write_filter_zstd.c \ 24859e2ff55SEnji Cooper test_write_format_7zip.c \ 24959e2ff55SEnji Cooper test_write_format_7zip_empty.c \ 25059e2ff55SEnji Cooper test_write_format_7zip_large.c \ 25159e2ff55SEnji Cooper test_write_format_ar.c \ 25259e2ff55SEnji Cooper test_write_format_cpio.c \ 25359e2ff55SEnji Cooper test_write_format_cpio_empty.c \ 25459e2ff55SEnji Cooper test_write_format_cpio_newc.c \ 25559e2ff55SEnji Cooper test_write_format_cpio_odc.c \ 25659e2ff55SEnji Cooper test_write_format_gnutar.c \ 257f061a221SMartin Matuska test_write_format_gnutar_filenames.c \ 25859e2ff55SEnji Cooper test_write_format_iso9660.c \ 25959e2ff55SEnji Cooper test_write_format_iso9660_boot.c \ 26059e2ff55SEnji Cooper test_write_format_iso9660_empty.c \ 26159e2ff55SEnji Cooper test_write_format_iso9660_filename.c \ 26259e2ff55SEnji Cooper test_write_format_iso9660_zisofs.c \ 26359e2ff55SEnji Cooper test_write_format_mtree.c \ 26459e2ff55SEnji Cooper test_write_format_mtree_absolute_path.c \ 26559e2ff55SEnji Cooper test_write_format_mtree_classic.c \ 26659e2ff55SEnji Cooper test_write_format_mtree_classic_indent.c \ 26759e2ff55SEnji Cooper test_write_format_mtree_fflags.c \ 26859e2ff55SEnji Cooper test_write_format_mtree_no_separator.c \ 26959e2ff55SEnji Cooper test_write_format_mtree_quoted_filename.c \ 27059e2ff55SEnji Cooper test_write_format_pax.c \ 271cdf63a70SMartin Matuska test_write_format_raw.c \ 272cdf63a70SMartin Matuska test_write_format_raw_b64.c \ 27359e2ff55SEnji Cooper test_write_format_shar_empty.c \ 27459e2ff55SEnji Cooper test_write_format_tar.c \ 27559e2ff55SEnji Cooper test_write_format_tar_empty.c \ 27659e2ff55SEnji Cooper test_write_format_tar_sparse.c \ 27759e2ff55SEnji Cooper test_write_format_tar_ustar.c \ 27859e2ff55SEnji Cooper test_write_format_tar_v7tar.c \ 279cdf63a70SMartin Matuska test_write_format_warc.c \ 280cdf63a70SMartin Matuska test_write_format_warc_empty.c \ 28159e2ff55SEnji Cooper test_write_format_xar.c \ 28259e2ff55SEnji Cooper test_write_format_xar_empty.c \ 28359e2ff55SEnji Cooper test_write_format_zip.c \ 284cdf63a70SMartin Matuska test_write_format_zip_compression_store.c \ 28559e2ff55SEnji Cooper test_write_format_zip_empty.c \ 286cdf63a70SMartin Matuska test_write_format_zip_empty_zip64.c \ 287cdf63a70SMartin Matuska test_write_format_zip_file.c \ 288cdf63a70SMartin Matuska test_write_format_zip_file_zip64.c \ 289cdf63a70SMartin Matuska test_write_format_zip_large.c \ 290cdf63a70SMartin Matuska test_write_format_zip_zip64.c \ 29159e2ff55SEnji Cooper test_write_open_memory.c \ 292cdf63a70SMartin Matuska test_write_read_format_zip.c \ 293e46d4714SMartin Matuska test_xattr_platform.c \ 29459e2ff55SEnji Cooper test_zip_filename_encoding.c 29559e2ff55SEnji Cooper 29659e2ff55SEnji Cooper# Deterministic failures: 29759e2ff55SEnji Cooper# Crashes with SIGBUS 29859e2ff55SEnji CooperBROKEN_TESTS+= test_archive_rmd160 29959e2ff55SEnji Cooper# Fails with `libarchive/test/test_archive_crypto.c:121: md != actualmd` 30059e2ff55SEnji CooperBROKEN_TESTS+= test_archive_sha384 30159e2ff55SEnji Cooper# Fails with `test_read_disk_directory_traversals.c:1094: File at has atime 886622, 1443306049 seconds ago` 30259e2ff55SEnji CooperBROKEN_TESTS+= test_read_disk_directory_traversals 30359e2ff55SEnji Cooper 30459e2ff55SEnji Cooper# Non-deterministic failures: 30559e2ff55SEnji Cooper# (Times out?) [and] crashes 30659e2ff55SEnji CooperBROKEN_TESTS+= test_fuzz_rar 30759e2ff55SEnji Cooper 30859e2ff55SEnji Cooper# Build the test program. 30959e2ff55SEnji CooperSRCS.libarchive_test= \ 31059e2ff55SEnji Cooper ${TESTS_SRCS} \ 311277fbb92SBryan Drewery read_open_memory.c \ 31259e2ff55SEnji Cooper list.h 31359e2ff55SEnji Cooper 31459e2ff55SEnji CooperLIBADD.libarchive_test= archive 31559e2ff55SEnji Cooper 3163c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/test_utils 31764287048SMartin MatuskaSRCS.libarchive_test+= test_main.c \ 31864287048SMartin Matuska test_utils.c 31959e2ff55SEnji Cooper 32059e2ff55SEnji Cooper# list.h is just a list of all tests, as indicated by DEFINE_TEST macro lines 32159e2ff55SEnji Cooperlist.h: ${TESTS_SRCS} Makefile 3223c89d6b0SBryan Drewery @(cd ${_LIBARCHIVEDIR}/libarchive/test && \ 323cdf63a70SMartin Matuska grep -E -h ^DEFINE_TEST ${.ALLSRC:N*Makefile} | \ 32459e2ff55SEnji Cooper egrep -v '${BROKEN_TESTS:tW:C/ /|/g}') > ${.TARGET}.tmp 32559e2ff55SEnji Cooper @mv ${.TARGET}.tmp ${.TARGET} 32659e2ff55SEnji Cooper 327430f7286SEnji CooperCLEANTESTS+= list.h list.h.tmp 328430f7286SEnji Cooper${PACKAGE}FILES+= README 329e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_acl_pax_posix1e.tar.uu 330e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_acl_pax_nfs4.tar.uu 331430f7286SEnji Cooper${PACKAGE}FILES+= test_archive_string_conversion.txt.Z.uu 332430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_bzip2_1.tbz.uu 333430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_bzip2_2.tbz.uu 334430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_cpio_1.cpio.uu 335430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gtar_1.tar.uu 336d5d08d29SMartin Matuska${PACKAGE}FILES+= test_compat_gtar_2.tar.uu 337430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gzip_1.tgz.uu 338430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gzip_2.tgz.uu 339cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu 340cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu 341cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu 342cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu 343cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu 344cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu 345cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B5.tar.lz4.uu 346cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B5BD.tar.lz4.uu 347cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B6.tar.lz4.uu 348cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B6BD.tar.lz4.uu 349cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B7.tar.lz4.uu 350cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B7BD.tar.lz4.uu 351430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzip_1.tlz.uu 352430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzip_2.tlz.uu 353430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_1.tlz.uu 354430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_2.tlz.uu 355430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_3.tlz.uu 356430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_1.tar.lzo.uu 357430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_2.tar.lzo.uu 358430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_3.tar.lzo.uu 359430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_mac-1.tar.Z.uu 360430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_mac-2.tar.Z.uu 361007dbc1fSMartin Matuska${PACKAGE}FILES+= test_compat_perl_archive_tar.tar.uu 362a2e802b7SMartin Matuska${PACKAGE}FILES+= test_compat_plexus_archiver_tar.tar.uu 363430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_pax_sparse_1.pax.Z.uu 364430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_pax_sparse_2.pax.Z.uu 365430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_tar_acl.tar.uu 366e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_compat_star_acl_nfs4.tar.uu 367d5d08d29SMartin Matuska${PACKAGE}FILES+= test_compat_star_acl_posix1e.tar.uu 368430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_tar_hardlink_1.tar.uu 369cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_uudecode_large.tar.Z.uu 370430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_xz_1.txz.uu 371430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_1.zip.uu 372430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_2.zip.uu 373430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_3.zip.uu 374430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_4.zip.uu 375430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_5.zip.uu 376430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_6.zip.uu 377430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_7.xps.uu 378a2a3407cSMartin Matuska${PACKAGE}FILES+= test_compat_zip_8.zip.uu 3795c831a5bSMartin Matuska${PACKAGE}FILES+= test_compat_zstd_1.tar.zst.uu 380430f7286SEnji Cooper${PACKAGE}FILES+= test_fuzz.cab.uu 381430f7286SEnji Cooper${PACKAGE}FILES+= test_fuzz.lzh.uu 382430f7286SEnji Cooper${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu 383430f7286SEnji Cooper${PACKAGE}FILES+= test_pax_filename_encoding.tar.uu 384430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part1.rar.uu 385430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part2.rar.uu 386430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part3.rar.uu 387430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part4.rar.uu 388430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part5.rar.uu 389430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part6.rar.uu 390430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part1.rar.uu 391430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part2.rar.uu 392430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part3.rar.uu 393430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part01.rar.uu 394430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part02.rar.uu 395430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part03.rar.uu 396430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part04.rar.uu 397430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part05.rar.uu 398430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part06.rar.uu 399430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part07.rar.uu 400430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part08.rar.uu 401430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part09.rar.uu 402430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part10.rar.uu 403430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_grzip.tar.grz.uu 404430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lrzip.tar.lrz.uu 405430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lzop.tar.lzo.uu 406430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lzop_multiple_parts.tar.lzo.uu 407430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_bzip2.7z.uu 408430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_1.7z.uu 409430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_2.7z.uu 410430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_lzma.7z.uu 411430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_deflate.7z.uu 412430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma1_1.7z.uu 413430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma1_2.7z.uu 414430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma2_1.7z.uu 415430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma2_2.7z.uu 416430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_bzip2.7z.uu 417430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_copy.7z.uu 418430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_deflate.7z.uu 419430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_lzma1.7z.uu 420430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_lzma2.7z.uu 421430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bzip2.7z.uu 422430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_copy.7z.uu 423430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_copy_2.7z.uu 424430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_deflate.7z.uu 425430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_delta_lzma1.7z.uu 426430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_delta_lzma2.7z.uu 427430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_empty_archive.7z.uu 428430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_empty_file.7z.uu 429cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption.7z.uu 430cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption_header.7z.uu 431cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption_partially.7z.uu 432430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1.7z.uu 433430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1_2.7z.uu 434430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1_lzma2.7z.uu 435430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma2.7z.uu 436cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu 437cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu 438430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_ppmd.7z.uu 439430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_symbolic_name.7z.uu 440430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ar.ar.uu 441430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_1.cab.uu 442430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_2.cab.uu 443430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_3.cab.uu 444430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_filename_cp932.cab.uu 445430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_bin_be.cpio.uu 446cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_cpio_bin_le.cpio.uu 447430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_cp866.cpio.uu 448430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_eucjp.cpio.uu 449430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_koi8r.cpio.uu 450430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_utf8_jp.cpio.uu 451430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_utf8_ru.cpio.uu 452430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_svr4_bzip2_rpm.rpm.uu 453430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_svr4_gzip_rpm.rpm.uu 454430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_cp866.tar.Z.uu 455430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_eucjp.tar.Z.uu 456430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_koi8r.tar.Z.uu 457430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_13.tar.uu 458430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17.tar.uu 459430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix00.tar.uu 460430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix01.tar.uu 461430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix10.tar.uu 462430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu 463430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_skip_entry.tar.Z.uu 464430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso.iso.Z.uu 465430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_2.iso.Z.uu 466430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet.iso.Z.uu 467430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_by_nero.iso.Z.uu 468430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_long.iso.Z.uu 469430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_rockridge.iso.Z.uu 470430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_multi_extent.iso.Z.uu 471430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge.iso.Z.uu 472430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_ce.iso.Z.uu 473430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_new.iso.Z.uu 474430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_rr_moved.iso.Z.uu 475430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_xorriso.iso.Z.uu 476430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_zisofs.iso.Z.uu 477cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_lha_bugfix_0.lzh.uu 478430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_filename_cp932.lzh.uu 479430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header0.lzh.uu 480430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header1.lzh.uu 481430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header2.lzh.uu 482430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header3.lzh.uu 483430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh0.lzh.uu 484430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh6.lzh.uu 485430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh7.lzh.uu 486430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_withjunk.lzh.uu 487430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree.mtree.uu 488f3e9b21aSMartin Matuska${PACKAGE}FILES+= test_read_format_mtree_crash747.mtree.bz2.uu 489430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic.mtree.uu 490430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic2.mtree.uu 491430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu 49252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_mtree_noprint.mtree.uu 493430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar.rar.uu 494430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_binary_data.rar.uu 495430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_compress_best.rar.uu 496430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_compress_normal.rar.uu 497cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_data.rar.uu 498cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_header.rar.uu 499cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_partially.rar.uu 500f061a221SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_invalid1.rar.uu 501430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multi_lzss_blocks.rar.uu 502430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0001.rar.uu 503430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0002.rar.uu 504430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0003.rar.uu 505430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0004.rar.uu 506430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_noeof.rar.uu 507430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu 50852c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free.rar.uu 5097d8ec1b7SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free2.rar.uu 510430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu 511430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu 512430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu 513430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu 514b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu 515*42b1c3afSLi-Wen Hsu${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu 516b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu 517b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu 5187d8ec1b7SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu 51952c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_distance_overflow.rar.uu 52052c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_extra_field_version.rar.uu 52152c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_fileattr.rar.uu 52252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_hardlink.rar.uu 52352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_invalid_dict_reference.rar.uu 52452c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_leftshift1.rar.uu 52552c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_leftshift2.rar.uu 526b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part01.rar.uu 527b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part02.rar.uu 528b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part03.rar.uu 529b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part04.rar.uu 530b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part05.rar.uu 531b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part06.rar.uu 532b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part07.rar.uu 533b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part08.rar.uu 534b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part01.rar.uu 535b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part02.rar.uu 536b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part03.rar.uu 537b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part04.rar.uu 538b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiple_files.rar.uu 539b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiple_files_solid.rar.uu 54052c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_nonempty_dir_stream.rar.uu 54152c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_owner.rar.uu 54252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_readtables_overflow.rar.uu 543b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid.rar.uu 544b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_stored.rar.uu 545b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_stored_manyfiles.rar.uu 54652c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_symlink.rar.uu 54752c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_truncated_huff.rar.uu 548b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_win32.rar.uu 549d5d08d29SMartin Matuska${PACKAGE}FILES+= test_read_format_raw.bufr.uu 550430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_raw.data.Z.uu 55152c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_raw.data.gz.uu 552430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_raw.data.uu 553cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_concatenated.tar.uu 554430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_tar_empty_filename.tar.uu 55552c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_empty_with_gnulabel.tar.uu 556cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_empty_pax.tar.Z.uu 557430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_tar_filename_koi8r.tar.Z.uu 558430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_cp866.tar.Z.uu 559430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_eucjp.tar.Z.uu 560430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_koi8r.tar.Z.uu 561cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_warc.warc.uu 562430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip.zip.uu 563d08b7fa2SLi-Wen Hsu${PACKAGE}FILES+= test_read_format_zip_7075_utf8_paths.zip.uu 564df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bz2_hang.zip.uu 565a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bzip2.zipx.uu 566a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bzip2_multi.zipx.uu 567430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_comment_stored_1.zip.uu 568430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_comment_stored_2.zip.uu 569cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_data.zip.uu 570cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_header.zip.uu 571cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_partially.zip.uu 57252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_extra_padding.zip.uu 573430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_cp866.zip.uu 574430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_cp932.zip.uu 575430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_koi8r.zip.uu 576430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_jp.zip.uu 577430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru.zip.uu 578430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru2.zip.uu 579cfa49a9bSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_high_compression.zip.uu 5807105995cSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_jar.jar.uu 581430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_length_at_end.zip.uu 58252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_alone_leak.zipx.uu 58352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma.zipx.uu 584a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma.zipx.uu 585a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_multi.zipx.uu 586430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_mac_metadata.zip.uu 587cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_malformed1.zip.uu 588cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_msdos.zip.uu 589cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_nested.zip.uu 590cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_nofiletype.zip.uu 591cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded1.zip.uu 592cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded2.zip.uu 593cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded3.zip.uu 594a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8.zipx.uu 595df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_crash_1.zipx.uu 596df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_crash_2.zipx.uu 597a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_multi.zipx.uu 598430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_sfx.uu 599430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_symlink.zip.uu 600cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_traditional_encryption_data.zip.uu 601430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_ux.zip.uu 602a8fc61d5SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_with_invalid_traditional_eocd.zip.uu 603cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes128.zip.uu 604cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256.zip.uu 605cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large.zip.uu 606cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_stored.zip.uu 607a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_xz_multi.zipx.uu 608cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zip64a.zip.uu 609cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zip64b.zip.uu 610430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_aa.uu 611430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ab.uu 612430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ac.uu 613430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ad.uu 614430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ae.uu 61595208412SMartin Matuska${PACKAGE}FILES+= test_read_pax_schily_xattr.tar.uu 616430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_aa.uu 617430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ab.uu 618430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ac.uu 619430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ad.uu 620cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_too_many_filters.gz.uu 621430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_aa.uu 622430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_ab.uu 623430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_ac.uu 624430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_appledouble.cpio.gz.uu 625430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_hfs_compression.tgz.uu 626430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_mac_metadata.tar.gz.uu 627430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_no_hfs_compression.tgz.uu 62859e2ff55SEnji Cooper 62959e2ff55SEnji Cooper.include <bsd.test.mk> 630