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 \ 128*007679a1SMartin 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 \ 13459e2ff55SEnji Cooper test_read_format_cpio_afio.c \ 13559e2ff55SEnji Cooper test_read_format_cpio_bin.c \ 13659e2ff55SEnji Cooper test_read_format_cpio_bin_Z.c \ 13759e2ff55SEnji Cooper test_read_format_cpio_bin_be.c \ 13859e2ff55SEnji Cooper test_read_format_cpio_bin_bz2.c \ 13959e2ff55SEnji Cooper test_read_format_cpio_bin_gz.c \ 140cdf63a70SMartin Matuska test_read_format_cpio_bin_le.c \ 14159e2ff55SEnji Cooper test_read_format_cpio_bin_lzip.c \ 14259e2ff55SEnji Cooper test_read_format_cpio_bin_lzma.c \ 14359e2ff55SEnji Cooper test_read_format_cpio_bin_xz.c \ 14459e2ff55SEnji Cooper test_read_format_cpio_filename.c \ 14559e2ff55SEnji Cooper test_read_format_cpio_odc.c \ 14659e2ff55SEnji Cooper test_read_format_cpio_svr4_gzip.c \ 14759e2ff55SEnji Cooper test_read_format_cpio_svr4c_Z.c \ 14859e2ff55SEnji Cooper test_read_format_cpio_svr4_bzip2_rpm.c \ 14959e2ff55SEnji Cooper test_read_format_cpio_svr4_gzip_rpm.c \ 15059e2ff55SEnji Cooper test_read_format_empty.c \ 15159e2ff55SEnji Cooper test_read_format_gtar_filename.c \ 15259e2ff55SEnji Cooper test_read_format_gtar_gz.c \ 15359e2ff55SEnji Cooper test_read_format_gtar_lzma.c \ 1542e113ef8SMartin Matuska test_read_format_gtar_redundant_L.c \ 15559e2ff55SEnji Cooper test_read_format_gtar_sparse.c \ 1562e113ef8SMartin Matuska test_read_format_gtar_sparse_length.c \ 15759e2ff55SEnji Cooper test_read_format_gtar_sparse_skip_entry.c \ 158bd66c1b4SMartin Matuska test_read_format_huge_rpm.c \ 15959e2ff55SEnji Cooper test_read_format_iso_Z.c \ 16059e2ff55SEnji Cooper test_read_format_iso_multi_extent.c \ 16159e2ff55SEnji Cooper test_read_format_iso_xorriso.c \ 16259e2ff55SEnji Cooper test_read_format_isorr_rr_moved.c \ 16359e2ff55SEnji Cooper test_read_format_isojoliet_bz2.c \ 16459e2ff55SEnji Cooper test_read_format_isojoliet_long.c \ 16559e2ff55SEnji Cooper test_read_format_isojoliet_rr.c \ 16659e2ff55SEnji Cooper test_read_format_isojoliet_versioned.c \ 16759e2ff55SEnji Cooper test_read_format_isorr_bz2.c \ 16859e2ff55SEnji Cooper test_read_format_isorr_ce.c \ 16959e2ff55SEnji Cooper test_read_format_isorr_new_bz2.c \ 17059e2ff55SEnji Cooper test_read_format_isozisofs_bz2.c \ 17159e2ff55SEnji Cooper test_read_format_lha.c \ 172cdf63a70SMartin Matuska test_read_format_lha_bugfix_0.c \ 17359e2ff55SEnji Cooper test_read_format_lha_filename.c \ 17479085fd3SMartin Matuska test_read_format_lha_filename_utf16.c \ 17559e2ff55SEnji Cooper test_read_format_mtree.c \ 176f3e9b21aSMartin Matuska test_read_format_mtree_crash747.c \ 17759e2ff55SEnji Cooper test_read_format_pax_bz2.c \ 17859e2ff55SEnji Cooper test_read_format_rar.c \ 179b1c91e4bSMartin Matuska test_read_format_rar5.c \ 180bd66c1b4SMartin Matuska test_read_format_rar_encryption.c \ 181cdf63a70SMartin Matuska test_read_format_rar_encryption_data.c \ 182cdf63a70SMartin Matuska test_read_format_rar_encryption_header.c \ 183cdf63a70SMartin Matuska test_read_format_rar_encryption_partially.c \ 184833a452eSMartin Matuska test_read_format_rar_filter.c \ 185f061a221SMartin Matuska test_read_format_rar_invalid1.c \ 1862e113ef8SMartin Matuska test_read_format_rar_overflow.c \ 18759e2ff55SEnji Cooper test_read_format_raw.c \ 18859e2ff55SEnji Cooper test_read_format_tar.c \ 189401026e4SMartin Matuska test_read_format_tar_V_negative_size.c \ 190cdf63a70SMartin Matuska test_read_format_tar_concatenated.c \ 19159e2ff55SEnji Cooper test_read_format_tar_empty_filename.c \ 192cdf63a70SMartin Matuska test_read_format_tar_empty_pax.c \ 19352c2bb75SMartin Matuska test_read_format_tar_empty_with_gnulabel.c \ 19459e2ff55SEnji Cooper test_read_format_tar_filename.c \ 195bd5e624aSMartin Matuska test_read_format_tar_invalid_pax_size.c \ 1962e113ef8SMartin Matuska test_read_format_tar_mac_metadata.c \ 1972e113ef8SMartin Matuska test_read_format_tar_pax_g_large.c \ 198bd66c1b4SMartin Matuska test_read_format_tar_pax_large_attr.c \ 1992e113ef8SMartin Matuska test_read_format_tar_pax_negative_time.c \ 20059e2ff55SEnji Cooper test_read_format_tbz.c \ 20159e2ff55SEnji Cooper test_read_format_tgz.c \ 20259e2ff55SEnji Cooper test_read_format_tlz.c \ 20359e2ff55SEnji Cooper test_read_format_txz.c \ 20459e2ff55SEnji Cooper test_read_format_tz.c \ 20559e2ff55SEnji Cooper test_read_format_ustar_filename.c \ 206cdf63a70SMartin Matuska test_read_format_warc.c \ 20759e2ff55SEnji Cooper test_read_format_xar.c \ 20813d826ffSMartin Matuska test_read_format_xar_doublelink.c \ 20959e2ff55SEnji Cooper test_read_format_zip.c \ 21052c2bb75SMartin Matuska test_read_format_zip_7075_utf8_paths.c \ 21159e2ff55SEnji Cooper test_read_format_zip_comment_stored.c \ 212cdf63a70SMartin Matuska test_read_format_zip_encryption_data.c \ 213cdf63a70SMartin Matuska test_read_format_zip_encryption_header.c \ 214cdf63a70SMartin Matuska test_read_format_zip_encryption_partially.c \ 21552c2bb75SMartin Matuska test_read_format_zip_extra_padding.c \ 21659e2ff55SEnji Cooper test_read_format_zip_filename.c \ 217cfa49a9bSMartin Matuska test_read_format_zip_high_compression.c \ 2187105995cSMartin Matuska test_read_format_zip_jar.c \ 21959e2ff55SEnji Cooper test_read_format_zip_mac_metadata.c \ 220cdf63a70SMartin Matuska test_read_format_zip_malformed.c \ 221cdf63a70SMartin Matuska test_read_format_zip_msdos.c \ 222cdf63a70SMartin Matuska test_read_format_zip_nested.c \ 223cdf63a70SMartin Matuska test_read_format_zip_nofiletype.c \ 224cdf63a70SMartin Matuska test_read_format_zip_padded.c \ 22559e2ff55SEnji Cooper test_read_format_zip_sfx.c \ 226cdf63a70SMartin Matuska test_read_format_zip_traditional_encryption_data.c \ 227cdf63a70SMartin Matuska test_read_format_zip_winzip_aes.c \ 228cdf63a70SMartin Matuska test_read_format_zip_winzip_aes_large.c \ 229a8fc61d5SMartin Matuska test_read_format_zip_with_invalid_traditional_eocd.c \ 230cdf63a70SMartin Matuska test_read_format_zip_zip64.c \ 23159e2ff55SEnji Cooper test_read_large.c \ 2322e113ef8SMartin Matuska test_read_pax_empty_val_no_nl.c \ 233de6fa6b4SMartin Matuska test_read_pax_xattr_rht_security_selinux.c \ 234de6fa6b4SMartin Matuska test_read_pax_xattr_schily.c \ 23559e2ff55SEnji Cooper test_read_pax_truncated.c \ 23659e2ff55SEnji Cooper test_read_position.c \ 23759e2ff55SEnji Cooper test_read_set_format.c \ 238cdf63a70SMartin Matuska test_read_too_many_filters.c \ 23959e2ff55SEnji Cooper test_read_truncated.c \ 24059e2ff55SEnji Cooper test_read_truncated_filter.c \ 241ddce862aSMartin Matuska test_short_writes.c \ 24259e2ff55SEnji Cooper test_sparse_basic.c \ 24359e2ff55SEnji Cooper test_tar_filenames.c \ 24459e2ff55SEnji Cooper test_tar_large.c \ 245cdf63a70SMartin Matuska test_warn_missing_hardlink_target.c \ 24659e2ff55SEnji Cooper test_ustar_filenames.c \ 24759e2ff55SEnji Cooper test_ustar_filename_encoding.c \ 24859e2ff55SEnji Cooper test_write_disk.c \ 24959e2ff55SEnji Cooper test_write_disk_appledouble.c \ 25059e2ff55SEnji Cooper test_write_disk_failures.c \ 251ddce862aSMartin Matuska test_write_disk_fixup.c \ 25259e2ff55SEnji Cooper test_write_disk_hardlink.c \ 25359e2ff55SEnji Cooper test_write_disk_hfs_compression.c \ 25459e2ff55SEnji Cooper test_write_disk_lookup.c \ 25559e2ff55SEnji Cooper test_write_disk_mac_metadata.c \ 25659e2ff55SEnji Cooper test_write_disk_no_hfs_compression.c \ 25759e2ff55SEnji Cooper test_write_disk_perms.c \ 25859e2ff55SEnji Cooper test_write_disk_secure.c \ 259bd66c1b4SMartin Matuska test_write_disk_secure_noabsolutepaths.c \ 260cfa49a9bSMartin Matuska test_write_disk_secure744.c \ 26124113d8cSMartin Matuska test_write_disk_secure745.c \ 26224113d8cSMartin Matuska test_write_disk_secure746.c \ 26359e2ff55SEnji Cooper test_write_disk_sparse.c \ 26459e2ff55SEnji Cooper test_write_disk_symlink.c \ 26559e2ff55SEnji Cooper test_write_disk_times.c \ 26659e2ff55SEnji Cooper test_write_filter_b64encode.c \ 26759e2ff55SEnji Cooper test_write_filter_bzip2.c \ 26859e2ff55SEnji Cooper test_write_filter_compress.c \ 26959e2ff55SEnji Cooper test_write_filter_gzip.c \ 27059e2ff55SEnji Cooper test_write_filter_gzip_timestamp.c \ 27159e2ff55SEnji Cooper test_write_filter_lrzip.c \ 272cdf63a70SMartin Matuska test_write_filter_lz4.c \ 27359e2ff55SEnji Cooper test_write_filter_lzip.c \ 27459e2ff55SEnji Cooper test_write_filter_lzma.c \ 27559e2ff55SEnji Cooper test_write_filter_lzop.c \ 27659e2ff55SEnji Cooper test_write_filter_program.c \ 27759e2ff55SEnji Cooper test_write_filter_uuencode.c \ 27859e2ff55SEnji Cooper test_write_filter_xz.c \ 2795c831a5bSMartin Matuska test_write_filter_zstd.c \ 28059e2ff55SEnji Cooper test_write_format_7zip.c \ 28159e2ff55SEnji Cooper test_write_format_7zip_empty.c \ 28259e2ff55SEnji Cooper test_write_format_7zip_large.c \ 28359e2ff55SEnji Cooper test_write_format_ar.c \ 28459e2ff55SEnji Cooper test_write_format_cpio.c \ 28559e2ff55SEnji Cooper test_write_format_cpio_empty.c \ 28659e2ff55SEnji Cooper test_write_format_cpio_newc.c \ 28759e2ff55SEnji Cooper test_write_format_cpio_odc.c \ 28859e2ff55SEnji Cooper test_write_format_gnutar.c \ 289f061a221SMartin Matuska test_write_format_gnutar_filenames.c \ 29059e2ff55SEnji Cooper test_write_format_iso9660.c \ 29159e2ff55SEnji Cooper test_write_format_iso9660_boot.c \ 29259e2ff55SEnji Cooper test_write_format_iso9660_empty.c \ 29359e2ff55SEnji Cooper test_write_format_iso9660_filename.c \ 29459e2ff55SEnji Cooper test_write_format_iso9660_zisofs.c \ 29559e2ff55SEnji Cooper test_write_format_mtree.c \ 29659e2ff55SEnji Cooper test_write_format_mtree_absolute_path.c \ 29759e2ff55SEnji Cooper test_write_format_mtree_classic.c \ 29859e2ff55SEnji Cooper test_write_format_mtree_classic_indent.c \ 29959e2ff55SEnji Cooper test_write_format_mtree_fflags.c \ 30059e2ff55SEnji Cooper test_write_format_mtree_no_separator.c \ 3012e113ef8SMartin Matuska test_write_format_mtree_preset_digests.c \ 30259e2ff55SEnji Cooper test_write_format_mtree_quoted_filename.c \ 30359e2ff55SEnji Cooper test_write_format_pax.c \ 304cdf63a70SMartin Matuska test_write_format_raw.c \ 305cdf63a70SMartin Matuska test_write_format_raw_b64.c \ 30659e2ff55SEnji Cooper test_write_format_shar_empty.c \ 30759e2ff55SEnji Cooper test_write_format_tar.c \ 30859e2ff55SEnji Cooper test_write_format_tar_empty.c \ 30959e2ff55SEnji Cooper test_write_format_tar_sparse.c \ 31059e2ff55SEnji Cooper test_write_format_tar_ustar.c \ 31159e2ff55SEnji Cooper test_write_format_tar_v7tar.c \ 312cdf63a70SMartin Matuska test_write_format_warc.c \ 313cdf63a70SMartin Matuska test_write_format_warc_empty.c \ 31459e2ff55SEnji Cooper test_write_format_xar.c \ 31559e2ff55SEnji Cooper test_write_format_xar_empty.c \ 31659e2ff55SEnji Cooper test_write_format_zip.c \ 317cdf63a70SMartin Matuska test_write_format_zip_compression_store.c \ 3182e113ef8SMartin Matuska test_write_format_zip_compression_zstd.c \ 3192e113ef8SMartin Matuska test_write_format_zip_compression_bzip2.c \ 3202e113ef8SMartin Matuska test_write_format_zip_compression_lzmaxz.c \ 32159e2ff55SEnji Cooper test_write_format_zip_empty.c \ 322cdf63a70SMartin Matuska test_write_format_zip_empty_zip64.c \ 323833a452eSMartin Matuska test_write_format_zip_entry_size_unset.c \ 324cdf63a70SMartin Matuska test_write_format_zip_file.c \ 325cdf63a70SMartin Matuska test_write_format_zip_file_zip64.c \ 326cdf63a70SMartin Matuska test_write_format_zip_large.c \ 327cdf63a70SMartin Matuska test_write_format_zip_zip64.c \ 328b9128a37SMartin Matuska test_write_format_zip64_stream.c \ 329b9128a37SMartin Matuska test_write_format_zip_stream.c \ 330bd66c1b4SMartin Matuska test_write_format_zip_windows_path.c \ 33159e2ff55SEnji Cooper test_write_open_memory.c \ 332cdf63a70SMartin Matuska test_write_read_format_zip.c \ 333e46d4714SMartin Matuska test_xattr_platform.c \ 33459e2ff55SEnji Cooper test_zip_filename_encoding.c 33559e2ff55SEnji Cooper 33659e2ff55SEnji Cooper# Deterministic failures: 33759e2ff55SEnji Cooper# Fails with `test_read_disk_directory_traversals.c:1094: File at has atime 886622, 1443306049 seconds ago` 33859e2ff55SEnji CooperBROKEN_TESTS+= test_read_disk_directory_traversals 33959e2ff55SEnji Cooper 3403454fa11SAlex Richardson.if 0 3413454fa11SAlex Richardson# test_fuzz.c is not a real test, but rather a simple fuzz-test using random(). 3423454fa11SAlex Richardson# Since this is not a regression/unit test, we don't include it by default. 3433454fa11SAlex Richardson# If you would still like to include it, comment out the `.if 0`. 3443454fa11SAlex RichardsonTEST_SCRCS+= test_fuzz.c 3453454fa11SAlex Richardson${PACKAGE}FILES+= test_fuzz.cab.uu 3463454fa11SAlex Richardson${PACKAGE}FILES+= test_fuzz.lzh.uu 3473454fa11SAlex Richardson${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu 34859e2ff55SEnji Cooper# Non-deterministic failures: 34959e2ff55SEnji Cooper# (Times out?) [and] crashes 35059e2ff55SEnji CooperBROKEN_TESTS+= test_fuzz_rar 3513454fa11SAlex Richardson.endif 35259e2ff55SEnji Cooper 35359e2ff55SEnji Cooper# Build the test program. 35459e2ff55SEnji CooperSRCS.libarchive_test= \ 35559e2ff55SEnji Cooper ${TESTS_SRCS} \ 356277fbb92SBryan Drewery read_open_memory.c \ 35759e2ff55SEnji Cooper list.h 35859e2ff55SEnji Cooper 35959e2ff55SEnji CooperLIBADD.libarchive_test= archive 36059e2ff55SEnji Cooper 3613c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/test_utils 36264287048SMartin MatuskaSRCS.libarchive_test+= test_main.c \ 36364287048SMartin Matuska test_utils.c 36459e2ff55SEnji Cooper 36559e2ff55SEnji Cooper# list.h is just a list of all tests, as indicated by DEFINE_TEST macro lines 36659e2ff55SEnji Cooperlist.h: ${TESTS_SRCS} Makefile 3673c89d6b0SBryan Drewery @(cd ${_LIBARCHIVEDIR}/libarchive/test && \ 368cdf63a70SMartin Matuska grep -E -h ^DEFINE_TEST ${.ALLSRC:N*Makefile} | \ 36959e2ff55SEnji Cooper egrep -v '${BROKEN_TESTS:tW:C/ /|/g}') > ${.TARGET}.tmp 37059e2ff55SEnji Cooper @mv ${.TARGET}.tmp ${.TARGET} 37159e2ff55SEnji Cooper 372430f7286SEnji CooperCLEANTESTS+= list.h list.h.tmp 373430f7286SEnji Cooper${PACKAGE}FILES+= README 374e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_acl_pax_posix1e.tar.uu 375e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_acl_pax_nfs4.tar.uu 376430f7286SEnji Cooper${PACKAGE}FILES+= test_archive_string_conversion.txt.Z.uu 377430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_bzip2_1.tbz.uu 378430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_bzip2_2.tbz.uu 379430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_cpio_1.cpio.uu 380430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gtar_1.tar.uu 381d5d08d29SMartin Matuska${PACKAGE}FILES+= test_compat_gtar_2.tar.uu 382430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gzip_1.tgz.uu 383430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_gzip_2.tgz.uu 384cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_1.tar.lz4.uu 385cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_2.tar.lz4.uu 386cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_3.tar.lz4.uu 387cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4.tar.lz4.uu 388cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4BD.tar.lz4.uu 389cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B4BDBX.tar.lz4.uu 390cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B5.tar.lz4.uu 391cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B5BD.tar.lz4.uu 392cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B6.tar.lz4.uu 393cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B6BD.tar.lz4.uu 394cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B7.tar.lz4.uu 395cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_B7BD.tar.lz4.uu 396*007679a1SMartin Matuska${PACKAGE}FILES+= test_compat_lz4_skippable_frames_B4.tar.lz4.uu 397430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzip_1.tlz.uu 398430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzip_2.tlz.uu 3997d03ec33SMartin Matuska${PACKAGE}FILES+= test_compat_lzip_3.lz.uu 4007d03ec33SMartin Matuska${PACKAGE}FILES+= test_compat_lzip_4.tlz.uu 401430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_1.tlz.uu 402430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_2.tlz.uu 403430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzma_3.tlz.uu 404430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_1.tar.lzo.uu 405430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_2.tar.lzo.uu 406430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_lzop_3.tar.lzo.uu 407430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_mac-1.tar.Z.uu 408430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_mac-2.tar.Z.uu 409007dbc1fSMartin Matuska${PACKAGE}FILES+= test_compat_perl_archive_tar.tar.uu 410a2e802b7SMartin Matuska${PACKAGE}FILES+= test_compat_plexus_archiver_tar.tar.uu 411430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_pax_sparse_1.pax.Z.uu 412430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_pax_sparse_2.pax.Z.uu 413430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_solaris_tar_acl.tar.uu 414e9ed7ea4SMartin Matuska${PACKAGE}FILES+= test_compat_star_acl_nfs4.tar.uu 415d5d08d29SMartin Matuska${PACKAGE}FILES+= test_compat_star_acl_posix1e.tar.uu 416833a452eSMartin Matuska${PACKAGE}FILES+= test_compat_tar_directory_1.tar.uu 417430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_tar_hardlink_1.tar.uu 418cdf63a70SMartin Matuska${PACKAGE}FILES+= test_compat_uudecode_large.tar.Z.uu 419430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_xz_1.txz.uu 420430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_1.zip.uu 421430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_2.zip.uu 422430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_3.zip.uu 423430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_4.zip.uu 424430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_5.zip.uu 425430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_6.zip.uu 426430f7286SEnji Cooper${PACKAGE}FILES+= test_compat_zip_7.xps.uu 427a2a3407cSMartin Matuska${PACKAGE}FILES+= test_compat_zip_8.zip.uu 4285c831a5bSMartin Matuska${PACKAGE}FILES+= test_compat_zstd_1.tar.zst.uu 429de6fa6b4SMartin Matuska${PACKAGE}FILES+= test_compat_zstd_2.tar.zst.uu 430430f7286SEnji Cooper${PACKAGE}FILES+= test_pax_filename_encoding.tar.uu 43179085fd3SMartin Matuska${PACKAGE}FILES+= test_pax_xattr_header_all.tar.uu 43279085fd3SMartin Matuska${PACKAGE}FILES+= test_pax_xattr_header_libarchive.tar.uu 43379085fd3SMartin Matuska${PACKAGE}FILES+= test_pax_xattr_header_schily.tar.uu 434430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part1.rar.uu 435430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part2.rar.uu 436430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part3.rar.uu 437430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part4.rar.uu 438430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part5.rar.uu 439430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_multiple_files.part6.rar.uu 440430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part1.rar.uu 441430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part2.rar.uu 442430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_single_file.part3.rar.uu 443430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part01.rar.uu 444430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part02.rar.uu 445430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part03.rar.uu 446430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part04.rar.uu 447430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part05.rar.uu 448430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part06.rar.uu 449430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part07.rar.uu 450430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part08.rar.uu 451430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part09.rar.uu 452430f7286SEnji Cooper${PACKAGE}FILES+= test_rar_multivolume_uncompressed_files.part10.rar.uu 453430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_grzip.tar.grz.uu 454bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_filter_gzip_recursive.gz.uu 455430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lrzip.tar.lrz.uu 456430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lzop.tar.lzo.uu 457430f7286SEnji Cooper${PACKAGE}FILES+= test_read_filter_lzop_multiple_parts.tar.lzo.uu 458b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_filter_uudecode_base64_raw.uu 459b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_filter_uudecode_raw.uu 460430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_bzip2.7z.uu 461430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_1.7z.uu 462430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_2.7z.uu 463430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_copy_lzma.7z.uu 464430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_deflate.7z.uu 465e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_deflate_arm64.7z.uu 4662e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_deflate_powerpc.7z.uu 467430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma1_1.7z.uu 468430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma1_2.7z.uu 469430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma2_1.7z.uu 470430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj2_lzma2_2.7z.uu 471430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_bzip2.7z.uu 472430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_copy.7z.uu 473430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_deflate.7z.uu 474430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_lzma1.7z.uu 475430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bcj_lzma2.7z.uu 476430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_bzip2.7z.uu 477430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_copy.7z.uu 478430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_copy_2.7z.uu 479430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_deflate.7z.uu 480430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_delta_lzma1.7z.uu 481430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_delta_lzma2.7z.uu 482f9762417SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma1.7z.uu 483f9762417SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_delta4_lzma2.7z.uu 484430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_empty_archive.7z.uu 485430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_empty_file.7z.uu 486cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption.7z.uu 487cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption_header.7z.uu 488cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_encryption_partially.7z.uu 489bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_extract_second.7z.uu 490*007679a1SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_issue2765.7z.uu 491430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1.7z.uu 492430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1_2.7z.uu 493430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma1_lzma2.7z.uu 494430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_lzma2.7z.uu 495e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm.7z.uu 496e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm64.7z.uu 4972e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu 4982e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_riscv.7z.uu 4992e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu 500cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu 501cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu 50279085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu 503430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_ppmd.7z.uu 5042e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_elf.elf.uu 5052e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_modified_pe.exe.uu 5062e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_sfx_pe.exe.uu 507e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_solid_zstd.7z.uu 508430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_7zip_symbolic_name.7z.uu 509e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd.7z.uu 510e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_arm.7z.uu 511e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_bcj.7z.uu 512e64fe029SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_nobcj.7z.uu 5132e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_zstd_sparc.7z.uu 514b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_format_7zip_win_attrib.7z.uu 515430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ar.ar.uu 516430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_1.cab.uu 517430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_2.cab.uu 518430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_3.cab.uu 519430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cab_filename_cp932.cab.uu 520430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_bin_be.cpio.uu 521cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_cpio_bin_le.cpio.uu 522430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_cp866.cpio.uu 523430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_eucjp.cpio.uu 524430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_koi8r.cpio.uu 525430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_utf8_jp.cpio.uu 526430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_filename_utf8_ru.cpio.uu 527430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_svr4_bzip2_rpm.rpm.uu 528430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_cpio_svr4_gzip_rpm.rpm.uu 529430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_cp866.tar.Z.uu 530430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_eucjp.tar.Z.uu 531430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_filename_koi8r.tar.Z.uu 5322e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_gtar_redundant_L.tar.Z.uu 533430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_13.tar.uu 534430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17.tar.uu 535430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix00.tar.uu 536430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix01.tar.uu 537430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix10.tar.uu 538430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu 5392e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_gtar_sparse_length.tar.Z.uu 540430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_gtar_sparse_skip_entry.tar.Z.uu 541bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_huge_rpm.rpm.uu 542430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso.iso.Z.uu 543430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_2.iso.Z.uu 544bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_iso_3.iso.Z.uu 545430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet.iso.Z.uu 546430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_by_nero.iso.Z.uu 547430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_long.iso.Z.uu 548430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_joliet_rockridge.iso.Z.uu 549430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_multi_extent.iso.Z.uu 550430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge.iso.Z.uu 551430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_ce.iso.Z.uu 552430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_new.iso.Z.uu 553430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_rockridge_rr_moved.iso.Z.uu 554430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_xorriso.iso.Z.uu 555430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_iso_zisofs.iso.Z.uu 556cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_lha_bugfix_0.lzh.uu 557430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_filename_cp932.lzh.uu 55879085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_lha_filename_utf16.lzh.uu 559430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header0.lzh.uu 560430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header1.lzh.uu 561430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header2.lzh.uu 562430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_header3.lzh.uu 563430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh0.lzh.uu 564430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh6.lzh.uu 565430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_lh7.lzh.uu 566430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_lha_withjunk.lzh.uu 567430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree.mtree.uu 568f3e9b21aSMartin Matuska${PACKAGE}FILES+= test_read_format_mtree_crash747.mtree.bz2.uu 569430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic.mtree.uu 570430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic2.mtree.uu 571430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu 57252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_mtree_noprint.mtree.uu 573430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar.rar.uu 574430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_binary_data.rar.uu 575430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_compress_best.rar.uu 576430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_compress_normal.rar.uu 577cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_data.rar.uu 578cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_header.rar.uu 579cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_encryption_partially.rar.uu 5802e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_endarc_huge.rar.uu 581833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar_filter.rar.uu 582f061a221SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_invalid1.rar.uu 583430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multi_lzss_blocks.rar.uu 584430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0001.rar.uu 585430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0002.rar.uu 586430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0003.rar.uu 587430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_multivolume.part0004.rar.uu 5882e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_newsub_huge.rar.uu 589430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_noeof.rar.uu 5902e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_overflow.rar.uu 591430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu 59252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free.rar.uu 5937d8ec1b7SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free2.rar.uu 594430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu 595430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu 5962e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_rar_symlink_huge.rar.uu 597430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu 598430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu 599bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_encrypted.rar.uu 600bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_encrypted_filenames.rar.uu 601bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_solid_encrypted.rar.uu 602bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar4_solid_encrypted_filenames.rar.uu 603b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu 60442b1c3afSLi-Wen Hsu${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu 605833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_bad_window_sz_in_mltarc_file.rar.uu 606bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_data_ready_pointer_leak.rar.uu 607b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu 608f9762417SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_block_size_is_too_small.rar.uu 609b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu 610833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_decode_number_out_of_bounds_read.rar.uu 61179085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_solid_window_size.rar.uu 6127d8ec1b7SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu 61379085fd3SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_different_winsize_on_merge.rar.uu 614401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_dirdata.rar.uu 61552c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_distance_overflow.rar.uu 616bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_encrypted.rar.uu 617bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_encrypted_filenames.rar.uu 618bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid_encrypted.rar.uu 619bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid_encrypted_filenames.rar.uu 62052c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_extra_field_version.rar.uu 62152c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_fileattr.rar.uu 62252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_hardlink.rar.uu 62352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_invalid_dict_reference.rar.uu 624401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_invalid_hash_valid_htime_exfld.rar.uu 62552c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_leftshift1.rar.uu 62652c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_leftshift2.rar.uu 627b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part01.rar.uu 628b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part02.rar.uu 629b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part03.rar.uu 630b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part04.rar.uu 631b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part05.rar.uu 632b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part06.rar.uu 633b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part07.rar.uu 634b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive.part08.rar.uu 635b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part01.rar.uu 636b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part02.rar.uu 637b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part03.rar.uu 638b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiarchive_solid.part04.rar.uu 639b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiple_files.rar.uu 640b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_multiple_files_solid.rar.uu 64152c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_nonempty_dir_stream.rar.uu 642401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_only_crypt_exfld.rar.uu 64352c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_owner.rar.uu 64452c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_readtables_overflow.rar.uu 645833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_sfx.exe.uu 646b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_solid.rar.uu 647b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_stored.rar.uu 648b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_stored_manyfiles.rar.uu 64952c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_symlink.rar.uu 65052c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_truncated_huff.rar.uu 651b9128a37SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_unicode.rar.uu 652401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_unsupported_exfld.rar.uu 653b1c91e4bSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_win32.rar.uu 654833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_rar5_window_buf_and_size_desync.rar.uu 655d5d08d29SMartin Matuska${PACKAGE}FILES+= test_read_format_raw.bufr.uu 656430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_raw.data.Z.uu 65752c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_raw.data.gz.uu 658430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_raw.data.uu 659401026e4SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_V_negative_size.tar.uu 660cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_concatenated.tar.uu 661430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_tar_empty_filename.tar.uu 66252c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_empty_with_gnulabel.tar.uu 663cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_empty_pax.tar.Z.uu 664430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_tar_filename_koi8r.tar.Z.uu 665bd5e624aSMartin Matuska${PACKAGE}FILES+= test_read_format_tar_invalid_pax_size.tar.uu 6662e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_mac_metadata_1.tar.uu 6672e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_pax_g_large.tar.uu 668bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_pax_large_attr.tar.Z.uu 6692e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_tar_pax_negative_time.tar.uu 670430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_cp866.tar.Z.uu 671430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_eucjp.tar.Z.uu 672430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_ustar_filename_koi8r.tar.Z.uu 673cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_warc.warc.uu 6742e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_format_warc_incomplete.warc.uu 67513d826ffSMartin Matuska${PACKAGE}FILES+= test_read_format_xar_doublelink.xar.uu 676bd66c1b4SMartin Matuska${PACKAGE}FILES+= test_read_format_xar_duplicate_filename_node.xar.uu 677430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip.zip.uu 678d08b7fa2SLi-Wen Hsu${PACKAGE}FILES+= test_read_format_zip_7075_utf8_paths.zip.uu 679ddce862aSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_7z_deflate.zip.uu 680c3afd20fSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_7z_lzma.zip.uu 681df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bz2_hang.zip.uu 682a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bzip2.zipx.uu 683a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_bzip2_multi.zipx.uu 684430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_comment_stored_1.zip.uu 685430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_comment_stored_2.zip.uu 686cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_data.zip.uu 687cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_header.zip.uu 688cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_encryption_partially.zip.uu 68952c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_extra_padding.zip.uu 690430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_cp866.zip.uu 691430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_cp932.zip.uu 692430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_koi8r.zip.uu 693430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_jp.zip.uu 694430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru.zip.uu 695430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_filename_utf8_ru2.zip.uu 696cfa49a9bSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_high_compression.zip.uu 6977105995cSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_jar.jar.uu 698430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_length_at_end.zip.uu 69952c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_alone_leak.zipx.uu 70052c2bb75SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma.zipx.uu 701a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_multi.zipx.uu 702f55be4fcSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_lzma_stream_end.zipx.uu 703430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_mac_metadata.zip.uu 704cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_malformed1.zip.uu 705cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_msdos.zip.uu 706cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_nested.zip.uu 707cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_nofiletype.zip.uu 708cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded1.zip.uu 709cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded2.zip.uu 710cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_padded3.zip.uu 711a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8.zipx.uu 712df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_crash_1.zipx.uu 713df422cb4SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_crash_2.zipx.uu 714a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_ppmd8_multi.zipx.uu 715430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_sfx.uu 716430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_symlink.zip.uu 717cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_traditional_encryption_data.zip.uu 718430f7286SEnji Cooper${PACKAGE}FILES+= test_read_format_zip_ux.zip.uu 719a8fc61d5SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_with_invalid_traditional_eocd.zip.uu 720cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes128.zip.uu 721cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256.zip.uu 722cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_large.zip.uu 723cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_winzip_aes256_stored.zip.uu 724a39fc08dSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_xz_multi.zipx.uu 725cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zip64a.zip.uu 726cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zip64b.zip.uu 727833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zstd.zipx.uu 728833a452eSMartin Matuska${PACKAGE}FILES+= test_read_format_zip_zstd_multi.zipx.uu 729430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_aa.uu 730430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ab.uu 731430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ac.uu 732430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ad.uu 733430f7286SEnji Cooper${PACKAGE}FILES+= test_read_large_splitted_rar_ae.uu 7342e113ef8SMartin Matuska${PACKAGE}FILES+= test_read_pax_empty_val_no_nl.tar.uu 735de6fa6b4SMartin Matuska${PACKAGE}FILES+= test_read_pax_xattr_rht_security_selinux.tar.uu 736de6fa6b4SMartin Matuska${PACKAGE}FILES+= test_read_pax_xattr_schily.tar.uu 737430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_aa.uu 738430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ab.uu 739430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ac.uu 740430f7286SEnji Cooper${PACKAGE}FILES+= test_read_splitted_rar_ad.uu 741cdf63a70SMartin Matuska${PACKAGE}FILES+= test_read_too_many_filters.gz.uu 742430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_aa.uu 743430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_ab.uu 744430f7286SEnji Cooper${PACKAGE}FILES+= test_splitted_rar_seek_support_ac.uu 745430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_appledouble.cpio.gz.uu 74613d826ffSMartin Matuska${PACKAGE}FILES+= test_write_disk_appledouble_zip.zip.uu 747430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_hfs_compression.tgz.uu 748430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_mac_metadata.tar.gz.uu 749430f7286SEnji Cooper${PACKAGE}FILES+= test_write_disk_no_hfs_compression.tgz.uu 75059e2ff55SEnji Cooper 75159e2ff55SEnji Cooper.include <bsd.test.mk> 752