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