172f97a2dSAlex Richardson.include <src.opts.mk> 259e2ff55SEnji Cooper 343faedc1SGlen BarberPACKAGE= tests 443faedc1SGlen Barber 5fe815331SKyle EvansWARNS?= 3 6fe815331SKyle Evans 73c89d6b0SBryan Drewery_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive 859e2ff55SEnji Cooper 959e2ff55SEnji CooperATF_TESTS_SH+= functional_test 1059e2ff55SEnji Cooper 11cda20f96SRuslan BukinTEST_METADATA.functional_test+= timeout="600" 12cda20f96SRuslan Bukin 1359e2ff55SEnji CooperBINDIR= ${TESTSDIR} 1459e2ff55SEnji Cooper 1559e2ff55SEnji CooperPROGS+= libarchive_test 1659e2ff55SEnji Cooper 17a08cc1eeSEnji CooperCFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR} 1864287048SMartin MatuskaCFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/libarchive/test 1964287048SMartin MatuskaCFLAGS+= -I${_LIBARCHIVEDIR}/test_utils 202e113ef8SMartin MatuskaCFLAGS+= -I${SRCTOP}/sys/contrib/zstd/lib 2159e2ff55SEnji Cooper 22833a452eSMartin MatuskaCFLAGS.test_utils.c+= -Wno-cast-align 23833a452eSMartin Matuska 2459e2ff55SEnji Cooper# Uncomment to link against dmalloc 2559e2ff55SEnji Cooper#LDADD+= -L/usr/local/lib -ldmalloc 2659e2ff55SEnji Cooper#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC 2759e2ff55SEnji Cooper 283c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/libarchive/test 2959e2ff55SEnji CooperTESTS_SRCS= \ 30bd66c1b4SMartin Matuska test_7zip_filename_encoding.c \ 3159e2ff55SEnji Cooper test_acl_nfs4.c \ 3259e2ff55SEnji Cooper test_acl_pax.c \ 339f3de9e2SMartin Matuska test_acl_platform_nfs4.c \ 349f3de9e2SMartin Matuska test_acl_platform_posix1e.c \ 3559e2ff55SEnji Cooper test_acl_posix1e.c \ 36e9ed7ea4SMartin Matuska test_acl_text.c \ 37bd66c1b4SMartin Matuska test_ar_mode.c \ 3859e2ff55SEnji Cooper test_archive_api_feature.c \ 3959e2ff55SEnji Cooper test_archive_clear_error.c \ 4059e2ff55SEnji Cooper test_archive_cmdline.c \ 41cdf63a70SMartin Matuska test_archive_digest.c \ 4259e2ff55SEnji Cooper test_archive_match_time.c \ 4359e2ff55SEnji Cooper test_archive_match_owner.c \ 4459e2ff55SEnji Cooper test_archive_match_path.c \ 4559e2ff55SEnji Cooper test_archive_pathmatch.c \ 462e113ef8SMartin Matuska test_archive_parse_date.c \ 47bd66c1b4SMartin Matuska test_archive_read.c \ 48cdf63a70SMartin Matuska test_archive_read_add_passphrase.c \ 4959e2ff55SEnji Cooper test_archive_read_close_twice.c \ 5059e2ff55SEnji Cooper test_archive_read_close_twice_open_fd.c \ 5159e2ff55SEnji Cooper test_archive_read_close_twice_open_filename.c \ 5259e2ff55SEnji Cooper test_archive_read_multiple_data_objects.c \ 5359e2ff55SEnji Cooper test_archive_read_next_header_empty.c \ 5459e2ff55SEnji Cooper test_archive_read_next_header_raw.c \ 5559e2ff55SEnji Cooper test_archive_read_open2.c \ 5659e2ff55SEnji Cooper test_archive_read_set_filter_option.c \ 5759e2ff55SEnji Cooper test_archive_read_set_format_option.c \ 5859e2ff55SEnji Cooper test_archive_read_set_option.c \ 5959e2ff55SEnji Cooper test_archive_read_set_options.c \ 6059e2ff55SEnji Cooper test_archive_read_support.c \ 6159e2ff55SEnji Cooper test_archive_set_error.c \ 6259e2ff55SEnji Cooper test_archive_string.c \ 6359e2ff55SEnji Cooper test_archive_string_conversion.c \ 6459e2ff55SEnji Cooper test_archive_write_add_filter_by_name.c \ 6559e2ff55SEnji Cooper test_archive_write_set_filter_option.c \ 6659e2ff55SEnji Cooper test_archive_write_set_format_by_name.c \ 67cdf63a70SMartin Matuska test_archive_write_set_format_filter_by_ext.c \ 6859e2ff55SEnji Cooper test_archive_write_set_format_option.c \ 6959e2ff55SEnji Cooper test_archive_write_set_option.c \ 7059e2ff55SEnji Cooper test_archive_write_set_options.c \ 71cdf63a70SMartin Matuska test_archive_write_set_passphrase.c \ 7259e2ff55SEnji Cooper test_bad_fd.c \ 7359e2ff55SEnji Cooper test_compat_bzip2.c \ 7459e2ff55SEnji Cooper test_compat_cpio.c \ 7559e2ff55SEnji Cooper test_compat_gtar.c \ 762e113ef8SMartin Matuska test_compat_gtar_large.c \ 7759e2ff55SEnji Cooper test_compat_gzip.c \ 78cdf63a70SMartin Matuska test_compat_lz4.c \ 7959e2ff55SEnji Cooper test_compat_lzip.c \ 8059e2ff55SEnji Cooper test_compat_lzma.c \ 8159e2ff55SEnji Cooper test_compat_lzop.c \ 8259e2ff55SEnji Cooper test_compat_mac.c \ 83007dbc1fSMartin Matuska test_compat_perl_archive_tar.c \ 84a2e802b7SMartin Matuska test_compat_plexus_archiver_tar.c \ 8559e2ff55SEnji Cooper test_compat_solaris_tar_acl.c \ 8659e2ff55SEnji Cooper test_compat_solaris_pax_sparse.c \ 87e9ed7ea4SMartin Matuska test_compat_star_acl.c \ 88833a452eSMartin Matuska test_compat_tar_directory.c \ 8959e2ff55SEnji Cooper test_compat_tar_hardlink.c \ 9059e2ff55SEnji Cooper test_compat_uudecode.c \ 91cdf63a70SMartin Matuska test_compat_uudecode_large.c \ 9259e2ff55SEnji Cooper test_compat_xz.c \ 9359e2ff55SEnji Cooper test_compat_zip.c \ 945c831a5bSMartin Matuska test_compat_zstd.c \ 9559e2ff55SEnji Cooper test_empty_write.c \ 9659e2ff55SEnji Cooper test_entry.c \ 9759e2ff55SEnji Cooper test_entry_strmode.c \ 9859e2ff55SEnji Cooper test_extattr_freebsd.c \ 9959e2ff55SEnji Cooper test_filter_count.c \ 10059e2ff55SEnji Cooper test_gnutar_filename_encoding.c \ 10159e2ff55SEnji Cooper test_link_resolver.c \ 10259e2ff55SEnji Cooper test_open_fd.c \ 10359e2ff55SEnji Cooper test_open_failure.c \ 10459e2ff55SEnji Cooper test_open_file.c \ 10559e2ff55SEnji Cooper test_open_filename.c \ 10659e2ff55SEnji Cooper test_pax_filename_encoding.c \ 10779085fd3SMartin Matuska test_pax_xattr_header.c \ 10859e2ff55SEnji Cooper test_read_data_large.c \ 10959e2ff55SEnji Cooper test_read_disk.c \ 11059e2ff55SEnji Cooper test_read_disk_directory_traversals.c \ 11159e2ff55SEnji Cooper test_read_disk_entry_from_file.c \ 11259e2ff55SEnji Cooper test_read_extract.c \ 11359e2ff55SEnji Cooper test_read_file_nonexistent.c \ 114cdf63a70SMartin Matuska test_read_filter_compress.c \ 11559e2ff55SEnji Cooper test_read_filter_grzip.c \ 116bd66c1b4SMartin Matuska test_read_filter_gzip_recursive.c \ 11759e2ff55SEnji Cooper test_read_filter_lrzip.c \ 11859e2ff55SEnji Cooper test_read_filter_lzop.c \ 11959e2ff55SEnji Cooper test_read_filter_lzop_multiple_parts.c \ 12059e2ff55SEnji Cooper test_read_filter_program.c \ 12159e2ff55SEnji Cooper test_read_filter_program_signature.c \ 12259e2ff55SEnji Cooper test_read_filter_uudecode.c \ 123b9128a37SMartin Matuska test_read_filter_uudecode_raw.c \ 12459e2ff55SEnji Cooper test_read_format_7zip.c \ 125cdf63a70SMartin Matuska test_read_format_7zip_encryption_data.c \ 126cdf63a70SMartin Matuska test_read_format_7zip_encryption_header.c \ 127cdf63a70SMartin Matuska test_read_format_7zip_encryption_partially.c \ 128007679a1SMartin Matuska test_read_format_7zip_issue2765.c \ 129cdf63a70SMartin Matuska test_read_format_7zip_malformed.c \ 13079085fd3SMartin Matuska test_read_format_7zip_packinfo_digests.c \ 13159e2ff55SEnji Cooper test_read_format_ar.c \ 13259e2ff55SEnji Cooper test_read_format_cab.c \ 13359e2ff55SEnji Cooper test_read_format_cab_filename.c \ 134*eb5165bbSMartin Matuska test_read_format_cab_lzx_oob.c \ 135*eb5165bbSMartin Matuska test_read_format_cab_skip_malformed.c \ 13659e2ff55SEnji Cooper test_read_format_cpio_afio.c \ 13759e2ff55SEnji Cooper test_read_format_cpio_bin.c \ 13859e2ff55SEnji Cooper test_read_format_cpio_bin_Z.c \ 13959e2ff55SEnji Cooper test_read_format_cpio_bin_be.c \ 14059e2ff55SEnji Cooper test_read_format_cpio_bin_bz2.c \ 14159e2ff55SEnji Cooper test_read_format_cpio_bin_gz.c \ 142cdf63a70SMartin Matuska test_read_format_cpio_bin_le.c \ 14359e2ff55SEnji Cooper test_read_format_cpio_bin_lzip.c \ 14459e2ff55SEnji Cooper test_read_format_cpio_bin_lzma.c \ 14559e2ff55SEnji Cooper test_read_format_cpio_bin_xz.c \ 14659e2ff55SEnji Cooper test_read_format_cpio_filename.c \ 14759e2ff55SEnji Cooper test_read_format_cpio_odc.c \ 14859e2ff55SEnji Cooper test_read_format_cpio_svr4_gzip.c \ 14959e2ff55SEnji Cooper test_read_format_cpio_svr4c_Z.c \ 15059e2ff55SEnji Cooper test_read_format_cpio_svr4_bzip2_rpm.c \ 15159e2ff55SEnji Cooper test_read_format_cpio_svr4_gzip_rpm.c \ 15259e2ff55SEnji Cooper test_read_format_empty.c \ 15359e2ff55SEnji Cooper test_read_format_gtar_filename.c \ 15459e2ff55SEnji Cooper test_read_format_gtar_gz.c \ 15559e2ff55SEnji Cooper test_read_format_gtar_lzma.c \ 1562e113ef8SMartin Matuska test_read_format_gtar_redundant_L.c \ 15759e2ff55SEnji Cooper test_read_format_gtar_sparse.c \ 1582e113ef8SMartin Matuska test_read_format_gtar_sparse_length.c \ 15959e2ff55SEnji Cooper test_read_format_gtar_sparse_skip_entry.c \ 160bd66c1b4SMartin Matuska test_read_format_huge_rpm.c \ 16159e2ff55SEnji Cooper test_read_format_iso_Z.c \ 16259e2ff55SEnji Cooper test_read_format_iso_multi_extent.c \ 16359e2ff55SEnji Cooper test_read_format_iso_xorriso.c \ 164*eb5165bbSMartin Matuska test_read_format_iso_zisofs_overflow.c \ 16559e2ff55SEnji Cooper test_read_format_isorr_rr_moved.c \ 16659e2ff55SEnji Cooper test_read_format_isojoliet_bz2.c \ 16759e2ff55SEnji Cooper test_read_format_isojoliet_long.c \ 16859e2ff55SEnji Cooper test_read_format_isojoliet_rr.c \ 16959e2ff55SEnji Cooper test_read_format_isojoliet_versioned.c \ 17059e2ff55SEnji Cooper test_read_format_isorr_bz2.c \ 17159e2ff55SEnji Cooper test_read_format_isorr_ce.c \ 17259e2ff55SEnji Cooper test_read_format_isorr_new_bz2.c \ 17359e2ff55SEnji Cooper test_read_format_isozisofs_bz2.c \ 17459e2ff55SEnji Cooper test_read_format_lha.c \ 175cdf63a70SMartin Matuska test_read_format_lha_bugfix_0.c \ 17659e2ff55SEnji Cooper test_read_format_lha_filename.c \ 17779085fd3SMartin Matuska test_read_format_lha_filename_utf16.c \ 178*eb5165bbSMartin Matuska test_read_format_lha_oversize_header.c \ 17959e2ff55SEnji Cooper test_read_format_mtree.c \ 180f3e9b21aSMartin Matuska test_read_format_mtree_crash747.c \ 18159e2ff55SEnji Cooper test_read_format_pax_bz2.c \ 18259e2ff55SEnji Cooper test_read_format_rar.c \ 183*eb5165bbSMartin Matuska test_read_format_rar5_loop_bug.c \ 184b1c91e4bSMartin Matuska test_read_format_rar5.c \ 185bd66c1b4SMartin Matuska test_read_format_rar_encryption.c \ 186cdf63a70SMartin Matuska test_read_format_rar_encryption_data.c \ 187cdf63a70SMartin Matuska test_read_format_rar_encryption_header.c \ 188cdf63a70SMartin Matuska test_read_format_rar_encryption_partially.c \ 189833a452eSMartin Matuska test_read_format_rar_filter.c \ 190f061a221SMartin Matuska test_read_format_rar_invalid1.c \ 1912e113ef8SMartin Matuska test_read_format_rar_overflow.c \ 19259e2ff55SEnji Cooper test_read_format_raw.c \ 19359e2ff55SEnji Cooper test_read_format_tar.c \ 194401026e4SMartin Matuska test_read_format_tar_V_negative_size.c \ 195cdf63a70SMartin Matuska test_read_format_tar_concatenated.c \ 19659e2ff55SEnji Cooper test_read_format_tar_empty_filename.c \ 197cdf63a70SMartin Matuska test_read_format_tar_empty_pax.c \ 19852c2bb75SMartin Matuska test_read_format_tar_empty_with_gnulabel.c \ 19959e2ff55SEnji Cooper test_read_format_tar_filename.c \ 200bd5e624aSMartin Matuska test_read_format_tar_invalid_pax_size.c \ 2012e113ef8SMartin Matuska test_read_format_tar_mac_metadata.c \ 2022e113ef8SMartin Matuska test_read_format_tar_pax_g_large.c \ 203bd66c1b4SMartin Matuska test_read_format_tar_pax_large_attr.c \ 2042e113ef8SMartin Matuska test_read_format_tar_pax_negative_time.c \ 20559e2ff55SEnji Cooper test_read_format_tbz.c \ 20659e2ff55SEnji Cooper test_read_format_tgz.c \ 20759e2ff55SEnji Cooper test_read_format_tlz.c \ 20859e2ff55SEnji Cooper test_read_format_txz.c \ 20959e2ff55SEnji Cooper test_read_format_tz.c \ 21059e2ff55SEnji Cooper test_read_format_ustar_filename.c \ 211cdf63a70SMartin Matuska test_read_format_warc.c \ 21259e2ff55SEnji Cooper test_read_format_xar.c \ 21313d826ffSMartin Matuska test_read_format_xar_doublelink.c \ 21459e2ff55SEnji Cooper test_read_format_zip.c \ 21552c2bb75SMartin Matuska test_read_format_zip_7075_utf8_paths.c \ 21659e2ff55SEnji Cooper test_read_format_zip_comment_stored.c \ 217cdf63a70SMartin Matuska test_read_format_zip_encryption_data.c \ 218cdf63a70SMartin Matuska test_read_format_zip_encryption_header.c \ 219cdf63a70SMartin Matuska test_read_format_zip_encryption_partially.c \ 22052c2bb75SMartin Matuska test_read_format_zip_extra_padding.c \ 22159e2ff55SEnji Cooper test_read_format_zip_filename.c \ 222cfa49a9bSMartin Matuska test_read_format_zip_high_compression.c \ 2237105995cSMartin Matuska test_read_format_zip_jar.c \ 22459e2ff55SEnji Cooper test_read_format_zip_mac_metadata.c \ 225cdf63a70SMartin Matuska test_read_format_zip_malformed.c \ 226cdf63a70SMartin Matuska test_read_format_zip_msdos.c \ 227cdf63a70SMartin Matuska test_read_format_zip_nested.c \ 228cdf63a70SMartin Matuska test_read_format_zip_nofiletype.c \ 229cdf63a70SMartin Matuska test_read_format_zip_padded.c \ 23059e2ff55SEnji Cooper test_read_format_zip_sfx.c \ 231cdf63a70SMartin Matuska test_read_format_zip_traditional_encryption_data.c \ 232cdf63a70SMartin Matuska test_read_format_zip_winzip_aes.c \ 233cdf63a70SMartin Matuska test_read_format_zip_winzip_aes_large.c \ 234a8fc61d5SMartin Matuska test_read_format_zip_with_invalid_traditional_eocd.c \ 235cdf63a70SMartin Matuska test_read_format_zip_zip64.c \ 23659e2ff55SEnji Cooper test_read_large.c \ 2372e113ef8SMartin Matuska test_read_pax_empty_val_no_nl.c \ 238de6fa6b4SMartin Matuska test_read_pax_xattr_rht_security_selinux.c \ 239de6fa6b4SMartin Matuska test_read_pax_xattr_schily.c \ 24059e2ff55SEnji Cooper test_read_pax_truncated.c \ 24159e2ff55SEnji Cooper test_read_position.c \ 24259e2ff55SEnji Cooper test_read_set_format.c \ 243cdf63a70SMartin Matuska test_read_too_many_filters.c \ 24459e2ff55SEnji Cooper test_read_truncated.c \ 24559e2ff55SEnji Cooper test_read_truncated_filter.c \ 246ddce862aSMartin Matuska test_short_writes.c \ 24759e2ff55SEnji Cooper test_sparse_basic.c \ 24859e2ff55SEnji Cooper test_tar_filenames.c \ 24959e2ff55SEnji Cooper test_tar_large.c \ 250*eb5165bbSMartin Matuska test_v7tar_filename_encoding.c \ 251cdf63a70SMartin Matuska test_warn_missing_hardlink_target.c \ 25259e2ff55SEnji Cooper test_ustar_filenames.c \ 25359e2ff55SEnji Cooper test_ustar_filename_encoding.c \ 25459e2ff55SEnji Cooper test_write_disk.c \ 25559e2ff55SEnji Cooper test_write_disk_appledouble.c \ 25659e2ff55SEnji Cooper test_write_disk_failures.c \ 257ddce862aSMartin Matuska test_write_disk_fixup.c \ 25859e2ff55SEnji Cooper test_write_disk_hardlink.c \ 25959e2ff55SEnji Cooper test_write_disk_hfs_compression.c \ 26059e2ff55SEnji Cooper test_write_disk_lookup.c \ 26159e2ff55SEnji Cooper test_write_disk_mac_metadata.c \ 26259e2ff55SEnji Cooper test_write_disk_no_hfs_compression.c \ 26359e2ff55SEnji Cooper test_write_disk_perms.c \ 26459e2ff55SEnji Cooper test_write_disk_secure.c \ 265bd66c1b4SMartin Matuska test_write_disk_secure_noabsolutepaths.c \ 266cfa49a9bSMartin Matuska test_write_disk_secure744.c \ 26724113d8cSMartin Matuska test_write_disk_secure745.c \ 26824113d8cSMartin Matuska test_write_disk_secure746.c \ 26959e2ff55SEnji Cooper test_write_disk_sparse.c \ 27059e2ff55SEnji Cooper test_write_disk_symlink.c \ 27159e2ff55SEnji Cooper test_write_disk_times.c \ 27259e2ff55SEnji Cooper test_write_filter_b64encode.c \ 27359e2ff55SEnji Cooper test_write_filter_bzip2.c \ 27459e2ff55SEnji Cooper test_write_filter_compress.c \ 27559e2ff55SEnji Cooper test_write_filter_gzip.c \ 27659e2ff55SEnji Cooper test_write_filter_gzip_timestamp.c \ 27759e2ff55SEnji Cooper test_write_filter_lrzip.c \ 278cdf63a70SMartin Matuska test_write_filter_lz4.c \ 27959e2ff55SEnji Cooper test_write_filter_lzip.c \ 28059e2ff55SEnji Cooper test_write_filter_lzma.c \ 28159e2ff55SEnji Cooper test_write_filter_lzop.c \ 28259e2ff55SEnji Cooper test_write_filter_program.c \ 28359e2ff55SEnji Cooper test_write_filter_uuencode.c \ 28459e2ff55SEnji Cooper test_write_filter_xz.c \ 2855c831a5bSMartin Matuska test_write_filter_zstd.c \ 28659e2ff55SEnji Cooper test_write_format_7zip.c \ 28759e2ff55SEnji Cooper test_write_format_7zip_empty.c \ 28859e2ff55SEnji Cooper test_write_format_7zip_large.c \ 28959e2ff55SEnji Cooper test_write_format_ar.c \ 29059e2ff55SEnji Cooper test_write_format_cpio.c \ 29159e2ff55SEnji Cooper test_write_format_cpio_empty.c \ 29259e2ff55SEnji Cooper test_write_format_cpio_newc.c \ 29359e2ff55SEnji Cooper test_write_format_cpio_odc.c \ 29459e2ff55SEnji Cooper test_write_format_gnutar.c \ 295f061a221SMartin Matuska test_write_format_gnutar_filenames.c \ 29659e2ff55SEnji Cooper test_write_format_iso9660.c \ 29759e2ff55SEnji Cooper test_write_format_iso9660_boot.c \ 29859e2ff55SEnji Cooper test_write_format_iso9660_empty.c \ 29959e2ff55SEnji Cooper test_write_format_iso9660_filename.c \ 30059e2ff55SEnji Cooper test_write_format_iso9660_zisofs.c \ 30159e2ff55SEnji Cooper test_write_format_mtree.c \ 30259e2ff55SEnji Cooper test_write_format_mtree_absolute_path.c \ 30359e2ff55SEnji Cooper test_write_format_mtree_classic.c \ 30459e2ff55SEnji Cooper test_write_format_mtree_classic_indent.c \ 30559e2ff55SEnji Cooper test_write_format_mtree_fflags.c \ 30659e2ff55SEnji Cooper test_write_format_mtree_no_separator.c \ 3072e113ef8SMartin Matuska test_write_format_mtree_preset_digests.c \ 30859e2ff55SEnji Cooper test_write_format_mtree_quoted_filename.c \ 30959e2ff55SEnji Cooper test_write_format_pax.c \ 310cdf63a70SMartin Matuska test_write_format_raw.c \ 311cdf63a70SMartin Matuska test_write_format_raw_b64.c \ 31259e2ff55SEnji Cooper test_write_format_shar_empty.c \ 31359e2ff55SEnji Cooper test_write_format_tar.c \ 31459e2ff55SEnji Cooper test_write_format_tar_empty.c \ 31559e2ff55SEnji Cooper test_write_format_tar_sparse.c \ 31659e2ff55SEnji Cooper test_write_format_tar_ustar.c \ 31759e2ff55SEnji Cooper test_write_format_tar_v7tar.c \ 318cdf63a70SMartin Matuska test_write_format_warc.c \ 319cdf63a70SMartin Matuska test_write_format_warc_empty.c \ 32059e2ff55SEnji Cooper test_write_format_xar.c \ 32159e2ff55SEnji Cooper test_write_format_xar_empty.c \ 32259e2ff55SEnji Cooper test_write_format_zip.c \ 323cdf63a70SMartin Matuska test_write_format_zip_compression_store.c \ 3242e113ef8SMartin Matuska test_write_format_zip_compression_zstd.c \ 3252e113ef8SMartin Matuska test_write_format_zip_compression_bzip2.c \ 3262e113ef8SMartin Matuska test_write_format_zip_compression_lzmaxz.c \ 32759e2ff55SEnji Cooper test_write_format_zip_empty.c \ 328cdf63a70SMartin Matuska test_write_format_zip_empty_zip64.c \ 329833a452eSMartin Matuska test_write_format_zip_entry_size_unset.c \ 330cdf63a70SMartin Matuska test_write_format_zip_file.c \ 331cdf63a70SMartin Matuska test_write_format_zip_file_zip64.c \ 332cdf63a70SMartin Matuska test_write_format_zip_large.c \ 333cdf63a70SMartin Matuska test_write_format_zip_zip64.c \ 334b9128a37SMartin Matuska test_write_format_zip64_stream.c \ 335b9128a37SMartin Matuska test_write_format_zip_stream.c \ 336bd66c1b4SMartin Matuska test_write_format_zip_windows_path.c \ 33759e2ff55SEnji Cooper test_write_open_memory.c \ 338cdf63a70SMartin Matuska test_write_read_format_zip.c \ 339e46d4714SMartin Matuska test_xattr_platform.c \ 34059e2ff55SEnji Cooper test_zip_filename_encoding.c 34159e2ff55SEnji Cooper 34259e2ff55SEnji Cooper# Deterministic failures: 34359e2ff55SEnji Cooper# Fails with `test_read_disk_directory_traversals.c:1094: File at has atime 886622, 1443306049 seconds ago` 34459e2ff55SEnji CooperBROKEN_TESTS+= test_read_disk_directory_traversals 34559e2ff55SEnji Cooper 3463454fa11SAlex Richardson.if 0 3473454fa11SAlex Richardson# test_fuzz.c is not a real test, but rather a simple fuzz-test using random(). 3483454fa11SAlex Richardson# Since this is not a regression/unit test, we don't include it by default. 3493454fa11SAlex Richardson# If you would still like to include it, comment out the `.if 0`. 3503454fa11SAlex RichardsonTEST_SCRCS+= test_fuzz.c 3513454fa11SAlex Richardson${PACKAGE}FILES+= test_fuzz.cab.uu 3523454fa11SAlex Richardson${PACKAGE}FILES+= test_fuzz.lzh.uu 3533454fa11SAlex Richardson${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu 35459e2ff55SEnji Cooper# Non-deterministic failures: 35559e2ff55SEnji Cooper# (Times out?) [and] crashes 35659e2ff55SEnji CooperBROKEN_TESTS+= test_fuzz_rar 3573454fa11SAlex Richardson.endif 35859e2ff55SEnji Cooper 35959e2ff55SEnji Cooper# Build the test program. 36059e2ff55SEnji CooperSRCS.libarchive_test= \ 36159e2ff55SEnji Cooper ${TESTS_SRCS} \ 362277fbb92SBryan Drewery read_open_memory.c \ 36359e2ff55SEnji Cooper list.h 36459e2ff55SEnji Cooper 36559e2ff55SEnji CooperLIBADD.libarchive_test= archive 36659e2ff55SEnji Cooper 3673c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/test_utils 36864287048SMartin MatuskaSRCS.libarchive_test+= test_main.c \ 36964287048SMartin Matuska test_utils.c 37059e2ff55SEnji Cooper 37159e2ff55SEnji Cooper# list.h is just a list of all tests, as indicated by DEFINE_TEST macro lines 37259e2ff55SEnji Cooperlist.h: ${TESTS_SRCS} Makefile 3733c89d6b0SBryan Drewery @(cd ${_LIBARCHIVEDIR}/libarchive/test && \ 374cdf63a70SMartin Matuska grep -E -h ^DEFINE_TEST ${.ALLSRC:N*Makefile} | \ 37559e2ff55SEnji Cooper egrep -v '${BROKEN_TESTS:tW:C/ /|/g}') > ${.TARGET}.tmp 37659e2ff55SEnji Cooper @mv ${.TARGET}.tmp ${.TARGET} 37759e2ff55SEnji Cooper 378430f7286SEnji CooperCLEANTESTS+= list.h list.h.tmp 379430f7286SEnji Cooper${PACKAGE}FILES+= README 380e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_acl_pax_posix1e.tar.uu 381e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_acl_pax_nfs4.tar.uu 382430f7286SEnji Cooper${PACKAGE}FILES+= test_archive_string_conversion.txt.Z.uu 383430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_bzip2_1.tbz.uu 384430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_bzip2_2.tbz.uu 385430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_cpio_1.cpio.uu 386430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gtar_1.tar.uu 387d5d08d29SMartin Matuska${PACKAGE}FILES+= test_compat_gtar_2.tar.uu 388430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gzip_1.tgz.uu 389430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gzip_2.tgz.uu 390cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu 391cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu 392cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu 393cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu 394cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu 395cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu 396cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B5.tar.lz4.uu 397cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B5BD.tar.lz4.uu 398cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B6.tar.lz4.uu 399cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B6BD.tar.lz4.uu 400cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B7.tar.lz4.uu 401cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B7BD.tar.lz4.uu 402007679a1SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_skippable_frames_B4.tar.lz4.uu 403430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzip_1.tlz.uu 404430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzip_2.tlz.uu 4057d03ec33SMartin Matuska${PACKAGE}FILES+= test_compat_lzip_3.lz.uu 4067d03ec33SMartin Matuska${PACKAGE}FILES+= test_compat_lzip_4.tlz.uu 407430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_1.tlz.uu 408430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_2.tlz.uu 409430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_3.tlz.uu 410430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_1.tar.lzo.uu 411430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_2.tar.lzo.uu 412430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_3.tar.lzo.uu 413430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_mac-1.tar.Z.uu 414430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_mac-2.tar.Z.uu 415007dbc1fSMartin Matuska${PACKAGE}FILES+= test_compat_perl_archive_tar.tar.uu 416a2e802b7SMartin Matuska${PACKAGE}FILES+= test_compat_plexus_archiver_tar.tar.uu 417430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_pax_sparse_1.pax.Z.uu 418430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_pax_sparse_2.pax.Z.uu 419430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_tar_acl.tar.uu 420e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_compat_star_acl_nfs4.tar.uu 421d5d08d29SMartin Matuska${PACKAGE}FILES+= test_compat_star_acl_posix1e.tar.uu 422833a452eSMartin Matuska${PACKAGE}FILES+= test_compat_tar_directory_1.tar.uu 423430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_tar_hardlink_1.tar.uu 424cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_uudecode_large.tar.Z.uu 425430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_xz_1.txz.uu 426430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_1.zip.uu 427430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_2.zip.uu 428430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_3.zip.uu 429430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_4.zip.uu 430430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_5.zip.uu 431430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_6.zip.uu 432430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_7.xps.uu 433a2a3407cSMartin Matuska${PACKAGE}FILES+= test_compat_zip_8.zip.uu 4345c831a5bSMartin Matuska${PACKAGE}FILES+= test_compat_zstd_1.tar.zst.uu 435de6fa6b4SMartin Matuska${PACKAGE}FILES+= test_compat_zstd_2.tar.zst.uu 436430f7286SEnji Cooper${PACKAGE}FILES+= test_pax_filename_encoding.tar.uu 43779085fd3SMartin Matuska${PACKAGE}FILES+= test_pax_xattr_header_all.tar.uu 43879085fd3SMartin Matuska${PACKAGE}FILES+= test_pax_xattr_header_libarchive.tar.uu 43979085fd3SMartin Matuska${PACKAGE}FILES+= test_pax_xattr_header_schily.tar.uu 440430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part1.rar.uu 441430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part2.rar.uu 442430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part3.rar.uu 443430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part4.rar.uu 444430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part5.rar.uu 445430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part6.rar.uu 446430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part1.rar.uu 447430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part2.rar.uu 448430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part3.rar.uu 449430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part01.rar.uu 450430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part02.rar.uu 451430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part03.rar.uu 452430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part04.rar.uu 453430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part05.rar.uu 454430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part06.rar.uu 455430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part07.rar.uu 456430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part08.rar.uu 457430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part09.rar.uu 458430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part10.rar.uu 459430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_grzip.tar.grz.uu 460bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_filter_gzip_recursive.gz.uu 461430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lrzip.tar.lrz.uu 462430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lzop.tar.lzo.uu 463430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lzop_multiple_parts.tar.lzo.uu 464b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_filter_uudecode_base64_raw.uu 465b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_filter_uudecode_raw.uu 466430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_bzip2.7z.uu 467430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_1.7z.uu 468430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_2.7z.uu 469430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_lzma.7z.uu 470430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_deflate.7z.uu 471e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_deflate_arm64.7z.uu 4722e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_deflate_powerpc.7z.uu 473430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma1_1.7z.uu 474430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma1_2.7z.uu 475430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma2_1.7z.uu 476430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma2_2.7z.uu 477430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_bzip2.7z.uu 478430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_copy.7z.uu 479430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_deflate.7z.uu 480430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_lzma1.7z.uu 481430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_lzma2.7z.uu 482430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bzip2.7z.uu 483430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_copy.7z.uu 484430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_copy_2.7z.uu 485430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_deflate.7z.uu 486430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_delta_lzma1.7z.uu 487430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_delta_lzma2.7z.uu 488f9762417SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma1.7z.uu 489f9762417SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma2.7z.uu 490430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_empty_archive.7z.uu 491430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_empty_file.7z.uu 492cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption.7z.uu 493cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption_header.7z.uu 494cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption_partially.7z.uu 495bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_extract_second.7z.uu 496007679a1SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_issue2765.7z.uu 497430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1.7z.uu 498430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1_2.7z.uu 499430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1_lzma2.7z.uu 500430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma2.7z.uu 501e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm.7z.uu 502e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm64.7z.uu 5032e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu 5042e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_riscv.7z.uu 5052e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu 506cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu 507cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu 508*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed3.7z.uu 50979085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu 510430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_ppmd.7z.uu 511*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_elf64trunc.elf.uu 5122e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_elf.elf.uu 5132e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_modified_pe.exe.uu 5142e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_pe.exe.uu 515e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_solid_zstd.7z.uu 516430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_symbolic_name.7z.uu 517e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd.7z.uu 518e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_arm.7z.uu 519e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_bcj.7z.uu 520e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_nobcj.7z.uu 5212e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_sparc.7z.uu 522b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_win_attrib.7z.uu 523430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ar.ar.uu 524430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_1.cab.uu 525430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_2.cab.uu 526430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_3.cab.uu 527430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_filename_cp932.cab.uu 528*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_cab_lzx_oob.cab.uu 529*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_cab_skip_malformed.cab.uu 530430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_bin_be.cpio.uu 531cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_cpio_bin_le.cpio.uu 532430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_cp866.cpio.uu 533430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_eucjp.cpio.uu 534430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_koi8r.cpio.uu 535430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_utf8_jp.cpio.uu 536430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_utf8_ru.cpio.uu 537430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_svr4_bzip2_rpm.rpm.uu 538430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_svr4_gzip_rpm.rpm.uu 539430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_cp866.tar.Z.uu 540430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_eucjp.tar.Z.uu 541430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_koi8r.tar.Z.uu 5422e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_gtar_redundant_L.tar.Z.uu 543430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_13.tar.uu 544430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17.tar.uu 545430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix00.tar.uu 546430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix01.tar.uu 547430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix10.tar.uu 548430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu 5492e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_gtar_sparse_length.tar.Z.uu 550430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_skip_entry.tar.Z.uu 551bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_huge_rpm.rpm.uu 552430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso.iso.Z.uu 553430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_2.iso.Z.uu 554bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_iso_3.iso.Z.uu 555430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet.iso.Z.uu 556430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_by_nero.iso.Z.uu 557430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_long.iso.Z.uu 558430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_rockridge.iso.Z.uu 559430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_multi_extent.iso.Z.uu 560430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge.iso.Z.uu 561430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_ce.iso.Z.uu 562430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_new.iso.Z.uu 563430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_rr_moved.iso.Z.uu 564430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_xorriso.iso.Z.uu 565*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_iso_zisofs_overflow.iso.uu 566430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_zisofs.iso.Z.uu 567cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_lha_bugfix_0.lzh.uu 568430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_filename_cp932.lzh.uu 56979085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_lha_filename_utf16.lzh.uu 570430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header0.lzh.uu 571430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header1.lzh.uu 572430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header2.lzh.uu 573430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header3.lzh.uu 574430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh0.lzh.uu 575430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh6.lzh.uu 576430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh7.lzh.uu 577*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_lha_oversize_header.lzh.uu 578430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_withjunk.lzh.uu 579430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree.mtree.uu 580f3e9b21aSMartin Matuska${PACKAGE}FILES+= test_read_format_mtree_crash747.mtree.bz2.uu 581430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic.mtree.uu 582430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic2.mtree.uu 583430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu 58452c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_mtree_noprint.mtree.uu 585430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar.rar.uu 586430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_binary_data.rar.uu 587430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_compress_best.rar.uu 588430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_compress_normal.rar.uu 589cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_data.rar.uu 590cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_header.rar.uu 591cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_partially.rar.uu 5922e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_endarc_huge.rar.uu 593833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar_filter.rar.uu 594f061a221SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_invalid1.rar.uu 595430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multi_lzss_blocks.rar.uu 596430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0001.rar.uu 597430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0002.rar.uu 598430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0003.rar.uu 599430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0004.rar.uu 6002e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_newsub_huge.rar.uu 601430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_noeof.rar.uu 6022e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_overflow.rar.uu 603430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu 60452c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free.rar.uu 6057d8ec1b7SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free2.rar.uu 606430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu 607430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu 6082e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_symlink_huge.rar.uu 609430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu 610430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu 611bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_encrypted.rar.uu 612bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_encrypted_filenames.rar.uu 613bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_solid_encrypted.rar.uu 614bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_solid_encrypted_filenames.rar.uu 615b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu 61642b1c3afSLi-Wen Hsu${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu 617833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_bad_window_sz_in_mltarc_file.rar.uu 618bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_data_ready_pointer_leak.rar.uu 619b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu 620f9762417SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_block_size_is_too_small.rar.uu 621b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu 622833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_decode_number_out_of_bounds_read.rar.uu 62379085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_solid_window_size.rar.uu 6247d8ec1b7SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu 62579085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_winsize_on_merge.rar.uu 626401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_dirdata.rar.uu 62752c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_distance_overflow.rar.uu 628bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_encrypted.rar.uu 629bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_encrypted_filenames.rar.uu 630*eb5165bbSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_loop_bug.rar.uu 631bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid_encrypted.rar.uu 632bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid_encrypted_filenames.rar.uu 63352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_extra_field_version.rar.uu 63452c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_fileattr.rar.uu 63552c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_hardlink.rar.uu 63652c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_invalid_dict_reference.rar.uu 637401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_invalid_hash_valid_htime_exfld.rar.uu 63852c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_leftshift1.rar.uu 63952c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_leftshift2.rar.uu 640b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part01.rar.uu 641b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part02.rar.uu 642b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part03.rar.uu 643b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part04.rar.uu 644b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part05.rar.uu 645b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part06.rar.uu 646b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part07.rar.uu 647b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part08.rar.uu 648b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part01.rar.uu 649b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part02.rar.uu 650b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part03.rar.uu 651b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part04.rar.uu 652b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiple_files.rar.uu 653b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiple_files_solid.rar.uu 65452c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_nonempty_dir_stream.rar.uu 655401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_only_crypt_exfld.rar.uu 65652c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_owner.rar.uu 65752c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_readtables_overflow.rar.uu 658833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_sfx.exe.uu 659b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid.rar.uu 660b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_stored.rar.uu 661b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_stored_manyfiles.rar.uu 66252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_symlink.rar.uu 66352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_truncated_huff.rar.uu 664b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_unicode.rar.uu 665401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_unsupported_exfld.rar.uu 666b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_win32.rar.uu 667833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_window_buf_and_size_desync.rar.uu 668d5d08d29SMartin Matuska${PACKAGE}FILES+= test_read_format_raw.bufr.uu 669430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_raw.data.Z.uu 67052c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_raw.data.gz.uu 671430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_raw.data.uu 672401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_V_negative_size.tar.uu 673cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_concatenated.tar.uu 674430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_tar_empty_filename.tar.uu 67552c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_empty_with_gnulabel.tar.uu 676cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_empty_pax.tar.Z.uu 677430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_tar_filename_koi8r.tar.Z.uu 678bd5e624aSMartin Matuska${PACKAGE}FILES+= test_read_format_tar_invalid_pax_size.tar.uu 6792e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_mac_metadata_1.tar.uu 6802e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_pax_g_large.tar.uu 681bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_pax_large_attr.tar.Z.uu 6822e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_pax_negative_time.tar.uu 683430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_cp866.tar.Z.uu 684430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_eucjp.tar.Z.uu 685430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_koi8r.tar.Z.uu 686cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_warc.warc.uu 6872e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_warc_incomplete.warc.uu 68813d826ffSMartin Matuska${PACKAGE}FILES+= test_read_format_xar_doublelink.xar.uu 689bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_xar_duplicate_filename_node.xar.uu 690430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip.zip.uu 691d08b7fa2SLi-Wen Hsu${PACKAGE}FILES+= test_read_format_zip_7075_utf8_paths.zip.uu 692ddce862aSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_7z_deflate.zip.uu 693c3afd20fSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_7z_lzma.zip.uu 694df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bz2_hang.zip.uu 695a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bzip2.zipx.uu 696a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bzip2_multi.zipx.uu 697430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_comment_stored_1.zip.uu 698430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_comment_stored_2.zip.uu 699cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_data.zip.uu 700cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_header.zip.uu 701cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_partially.zip.uu 70252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_extra_padding.zip.uu 703430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_cp866.zip.uu 704430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_cp932.zip.uu 705430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_koi8r.zip.uu 706430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_jp.zip.uu 707430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru.zip.uu 708430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru2.zip.uu 709cfa49a9bSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_high_compression.zip.uu 7107105995cSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_jar.jar.uu 711430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_length_at_end.zip.uu 71252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_alone_leak.zipx.uu 71352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma.zipx.uu 714a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_multi.zipx.uu 715f55be4fcSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_stream_end.zipx.uu 716430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_mac_metadata.zip.uu 717cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_malformed1.zip.uu 718cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_msdos.zip.uu 719cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_nested.zip.uu 720cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_nofiletype.zip.uu 721cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded1.zip.uu 722cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded2.zip.uu 723cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded3.zip.uu 724a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8.zipx.uu 725df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_crash_1.zipx.uu 726df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_crash_2.zipx.uu 727a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_multi.zipx.uu 728430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_sfx.uu 729430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_symlink.zip.uu 730cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_traditional_encryption_data.zip.uu 731430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_ux.zip.uu 732a8fc61d5SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_with_invalid_traditional_eocd.zip.uu 733cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes128.zip.uu 734cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256.zip.uu 735cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large.zip.uu 736cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_stored.zip.uu 737a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_xz_multi.zipx.uu 738cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zip64a.zip.uu 739cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zip64b.zip.uu 740833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zstd.zipx.uu 741833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zstd_multi.zipx.uu 742430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_aa.uu 743430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ab.uu 744430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ac.uu 745430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ad.uu 746430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ae.uu 7472e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_pax_empty_val_no_nl.tar.uu 748de6fa6b4SMartin Matuska${PACKAGE}FILES+= test_read_pax_xattr_rht_security_selinux.tar.uu 749de6fa6b4SMartin Matuska${PACKAGE}FILES+= test_read_pax_xattr_schily.tar.uu 750430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_aa.uu 751430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ab.uu 752430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ac.uu 753430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ad.uu 754cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_too_many_filters.gz.uu 755430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_aa.uu 756430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_ab.uu 757430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_ac.uu 758430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_appledouble.cpio.gz.uu 75913d826ffSMartin Matuska${PACKAGE}FILES+= test_write_disk_appledouble_zip.zip.uu 760430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_hfs_compression.tgz.uu 761430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_mac_metadata.tar.gz.uu 762430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_no_hfs_compression.tgz.uu 76359e2ff55SEnji Cooper 76459e2ff55SEnji Cooper.include <bsd.test.mk> 765