xref: /freebsd/lib/libarchive/tests/Makefile (revision a2a3407c7ea02cd521e8a76f17fac9e6aecfa241)
159e2ff55SEnji Cooper# $FreeBSD$
259e2ff55SEnji Cooper
343faedc1SGlen BarberPACKAGE=	tests
443faedc1SGlen Barber
53c89d6b0SBryan Drewery_LIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
659e2ff55SEnji Cooper
759e2ff55SEnji CooperATF_TESTS_SH+=	functional_test
859e2ff55SEnji Cooper
9cda20f96SRuslan BukinTEST_METADATA.functional_test+=	timeout="600"
10cda20f96SRuslan Bukin
1159e2ff55SEnji CooperBINDIR=	${TESTSDIR}
1259e2ff55SEnji Cooper
1359e2ff55SEnji CooperPROGS+=	libarchive_test
1459e2ff55SEnji Cooper
15a08cc1eeSEnji CooperCFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
1664287048SMartin MatuskaCFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/libarchive/test
1764287048SMartin MatuskaCFLAGS+= -I${_LIBARCHIVEDIR}/test_utils
1859e2ff55SEnji CooperCFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1
1959e2ff55SEnji Cooper
2059e2ff55SEnji Cooper# Uncomment to link against dmalloc
2159e2ff55SEnji Cooper#LDADD+= -L/usr/local/lib -ldmalloc
2259e2ff55SEnji Cooper#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
2359e2ff55SEnji Cooper
243c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/libarchive/test
2559e2ff55SEnji CooperTESTS_SRCS= \
2659e2ff55SEnji Cooper	test_acl_nfs4.c				\
2759e2ff55SEnji Cooper	test_acl_pax.c				\
289f3de9e2SMartin Matuska	test_acl_platform_nfs4.c		\
299f3de9e2SMartin Matuska	test_acl_platform_posix1e.c		\
3059e2ff55SEnji Cooper	test_acl_posix1e.c			\
31e9ed7ea4SMartin Matuska	test_acl_text.c				\
3259e2ff55SEnji Cooper	test_archive_api_feature.c		\
3359e2ff55SEnji Cooper	test_archive_clear_error.c		\
3459e2ff55SEnji Cooper	test_archive_cmdline.c			\
35cdf63a70SMartin Matuska	test_archive_digest.c			\
3659e2ff55SEnji Cooper	test_archive_getdate.c			\
3759e2ff55SEnji Cooper	test_archive_match_time.c		\
3859e2ff55SEnji Cooper	test_archive_match_owner.c		\
3959e2ff55SEnji Cooper	test_archive_match_path.c		\
4059e2ff55SEnji Cooper	test_archive_pathmatch.c		\
41cdf63a70SMartin Matuska	test_archive_read_add_passphrase.c	\
4259e2ff55SEnji Cooper	test_archive_read_close_twice.c		\
4359e2ff55SEnji Cooper	test_archive_read_close_twice_open_fd.c	\
4459e2ff55SEnji Cooper	test_archive_read_close_twice_open_filename.c	\
4559e2ff55SEnji Cooper	test_archive_read_multiple_data_objects.c	\
4659e2ff55SEnji Cooper	test_archive_read_next_header_empty.c	\
4759e2ff55SEnji Cooper	test_archive_read_next_header_raw.c	\
4859e2ff55SEnji Cooper	test_archive_read_open2.c		\
4959e2ff55SEnji Cooper	test_archive_read_set_filter_option.c	\
5059e2ff55SEnji Cooper	test_archive_read_set_format_option.c	\
5159e2ff55SEnji Cooper	test_archive_read_set_option.c		\
5259e2ff55SEnji Cooper	test_archive_read_set_options.c		\
5359e2ff55SEnji Cooper	test_archive_read_support.c		\
5459e2ff55SEnji Cooper	test_archive_set_error.c		\
5559e2ff55SEnji Cooper	test_archive_string.c			\
5659e2ff55SEnji Cooper	test_archive_string_conversion.c	\
5759e2ff55SEnji Cooper	test_archive_write_add_filter_by_name.c	\
5859e2ff55SEnji Cooper	test_archive_write_set_filter_option.c	\
5959e2ff55SEnji Cooper	test_archive_write_set_format_by_name.c	\
60cdf63a70SMartin Matuska	test_archive_write_set_format_filter_by_ext.c \
6159e2ff55SEnji Cooper	test_archive_write_set_format_option.c	\
6259e2ff55SEnji Cooper	test_archive_write_set_option.c		\
6359e2ff55SEnji Cooper	test_archive_write_set_options.c	\
64cdf63a70SMartin Matuska	test_archive_write_set_passphrase.c	\
6559e2ff55SEnji Cooper	test_bad_fd.c				\
6659e2ff55SEnji Cooper	test_compat_bzip2.c			\
6759e2ff55SEnji Cooper	test_compat_cpio.c			\
6859e2ff55SEnji Cooper	test_compat_gtar.c			\
6959e2ff55SEnji Cooper	test_compat_gzip.c			\
70cdf63a70SMartin Matuska	test_compat_lz4.c			\
7159e2ff55SEnji Cooper	test_compat_lzip.c			\
7259e2ff55SEnji Cooper	test_compat_lzma.c			\
7359e2ff55SEnji Cooper	test_compat_lzop.c			\
7459e2ff55SEnji Cooper	test_compat_mac.c			\
7559e2ff55SEnji Cooper	test_compat_pax_libarchive_2x.c		\
76007dbc1fSMartin Matuska	test_compat_perl_archive_tar.c		\
77a2e802b7SMartin Matuska	test_compat_plexus_archiver_tar.c	\
7859e2ff55SEnji Cooper	test_compat_solaris_tar_acl.c		\
7959e2ff55SEnji Cooper	test_compat_solaris_pax_sparse.c	\
80e9ed7ea4SMartin Matuska	test_compat_star_acl.c			\
8159e2ff55SEnji Cooper	test_compat_tar_hardlink.c		\
8259e2ff55SEnji Cooper	test_compat_uudecode.c			\
83cdf63a70SMartin Matuska	test_compat_uudecode_large.c		\
8459e2ff55SEnji Cooper	test_compat_xz.c			\
8559e2ff55SEnji Cooper	test_compat_zip.c			\
865c831a5bSMartin Matuska	test_compat_zstd.c			\
8759e2ff55SEnji Cooper	test_empty_write.c			\
8859e2ff55SEnji Cooper	test_entry.c				\
8959e2ff55SEnji Cooper	test_entry_strmode.c			\
9059e2ff55SEnji Cooper	test_extattr_freebsd.c			\
9159e2ff55SEnji Cooper	test_filter_count.c			\
9259e2ff55SEnji Cooper	test_fuzz.c				\
9359e2ff55SEnji Cooper	test_gnutar_filename_encoding.c		\
9459e2ff55SEnji Cooper	test_link_resolver.c			\
9559e2ff55SEnji Cooper	test_open_fd.c				\
9659e2ff55SEnji Cooper	test_open_failure.c			\
9759e2ff55SEnji Cooper	test_open_file.c			\
9859e2ff55SEnji Cooper	test_open_filename.c			\
9959e2ff55SEnji Cooper	test_pax_filename_encoding.c		\
10059e2ff55SEnji Cooper	test_read_data_large.c			\
10159e2ff55SEnji Cooper	test_read_disk.c			\
10259e2ff55SEnji Cooper	test_read_disk_directory_traversals.c	\
10359e2ff55SEnji Cooper	test_read_disk_entry_from_file.c	\
10459e2ff55SEnji Cooper	test_read_extract.c			\
10559e2ff55SEnji Cooper	test_read_file_nonexistent.c		\
106cdf63a70SMartin Matuska	test_read_filter_compress.c		\
10759e2ff55SEnji Cooper	test_read_filter_grzip.c		\
10859e2ff55SEnji Cooper	test_read_filter_lrzip.c		\
10959e2ff55SEnji Cooper	test_read_filter_lzop.c			\
11059e2ff55SEnji Cooper	test_read_filter_lzop_multiple_parts.c	\
11159e2ff55SEnji Cooper	test_read_filter_program.c		\
11259e2ff55SEnji Cooper	test_read_filter_program_signature.c	\
11359e2ff55SEnji Cooper	test_read_filter_uudecode.c		\
11459e2ff55SEnji Cooper	test_read_format_7zip.c			\
115cdf63a70SMartin Matuska	test_read_format_7zip_encryption_data.c \
116cdf63a70SMartin Matuska	test_read_format_7zip_encryption_header.c	\
117cdf63a70SMartin Matuska	test_read_format_7zip_encryption_partially.c	\
118cdf63a70SMartin Matuska	test_read_format_7zip_malformed.c	\
11959e2ff55SEnji Cooper	test_read_format_ar.c			\
12059e2ff55SEnji Cooper	test_read_format_cab.c			\
12159e2ff55SEnji Cooper	test_read_format_cab_filename.c		\
12259e2ff55SEnji Cooper	test_read_format_cpio_afio.c		\
12359e2ff55SEnji Cooper	test_read_format_cpio_bin.c		\
12459e2ff55SEnji Cooper	test_read_format_cpio_bin_Z.c		\
12559e2ff55SEnji Cooper	test_read_format_cpio_bin_be.c		\
12659e2ff55SEnji Cooper	test_read_format_cpio_bin_bz2.c		\
12759e2ff55SEnji Cooper	test_read_format_cpio_bin_gz.c		\
128cdf63a70SMartin Matuska	test_read_format_cpio_bin_le.c		\
12959e2ff55SEnji Cooper	test_read_format_cpio_bin_lzip.c	\
13059e2ff55SEnji Cooper	test_read_format_cpio_bin_lzma.c	\
13159e2ff55SEnji Cooper	test_read_format_cpio_bin_xz.c		\
13259e2ff55SEnji Cooper	test_read_format_cpio_filename.c	\
13359e2ff55SEnji Cooper	test_read_format_cpio_odc.c		\
13459e2ff55SEnji Cooper	test_read_format_cpio_svr4_gzip.c	\
13559e2ff55SEnji Cooper	test_read_format_cpio_svr4c_Z.c		\
13659e2ff55SEnji Cooper	test_read_format_cpio_svr4_bzip2_rpm.c	\
13759e2ff55SEnji Cooper	test_read_format_cpio_svr4_gzip_rpm.c	\
13859e2ff55SEnji Cooper	test_read_format_empty.c		\
13959e2ff55SEnji Cooper	test_read_format_gtar_filename.c	\
14059e2ff55SEnji Cooper	test_read_format_gtar_gz.c		\
14159e2ff55SEnji Cooper	test_read_format_gtar_lzma.c		\
14259e2ff55SEnji Cooper	test_read_format_gtar_sparse.c		\
14359e2ff55SEnji Cooper	test_read_format_gtar_sparse_skip_entry.c \
14459e2ff55SEnji Cooper	test_read_format_iso_Z.c		\
14559e2ff55SEnji Cooper	test_read_format_iso_multi_extent.c	\
14659e2ff55SEnji Cooper	test_read_format_iso_xorriso.c		\
14759e2ff55SEnji Cooper	test_read_format_isorr_rr_moved.c	\
14859e2ff55SEnji Cooper	test_read_format_isojoliet_bz2.c	\
14959e2ff55SEnji Cooper	test_read_format_isojoliet_long.c	\
15059e2ff55SEnji Cooper	test_read_format_isojoliet_rr.c		\
15159e2ff55SEnji Cooper	test_read_format_isojoliet_versioned.c	\
15259e2ff55SEnji Cooper	test_read_format_isorr_bz2.c		\
15359e2ff55SEnji Cooper	test_read_format_isorr_ce.c		\
15459e2ff55SEnji Cooper	test_read_format_isorr_new_bz2.c	\
15559e2ff55SEnji Cooper	test_read_format_isozisofs_bz2.c	\
15659e2ff55SEnji Cooper	test_read_format_lha.c			\
157cdf63a70SMartin Matuska	test_read_format_lha_bugfix_0.c		\
15859e2ff55SEnji Cooper	test_read_format_lha_filename.c		\
15959e2ff55SEnji Cooper	test_read_format_mtree.c		\
160f3e9b21aSMartin Matuska	test_read_format_mtree_crash747.c	\
16159e2ff55SEnji Cooper	test_read_format_pax_bz2.c		\
16259e2ff55SEnji Cooper	test_read_format_rar.c			\
163cdf63a70SMartin Matuska	test_read_format_rar_encryption_data.c	\
164cdf63a70SMartin Matuska	test_read_format_rar_encryption_header.c	\
165cdf63a70SMartin Matuska	test_read_format_rar_encryption_partially.c	\
166f061a221SMartin Matuska	test_read_format_rar_invalid1.c		\
16759e2ff55SEnji Cooper	test_read_format_raw.c			\
16859e2ff55SEnji Cooper	test_read_format_tar.c			\
169cdf63a70SMartin Matuska	test_read_format_tar_concatenated.c	\
17059e2ff55SEnji Cooper	test_read_format_tar_empty_filename.c	\
171cdf63a70SMartin Matuska	test_read_format_tar_empty_pax.c	\
17259e2ff55SEnji Cooper	test_read_format_tar_filename.c		\
17359e2ff55SEnji Cooper	test_read_format_tbz.c			\
17459e2ff55SEnji Cooper	test_read_format_tgz.c			\
17559e2ff55SEnji Cooper	test_read_format_tlz.c			\
17659e2ff55SEnji Cooper	test_read_format_txz.c			\
17759e2ff55SEnji Cooper	test_read_format_tz.c			\
17859e2ff55SEnji Cooper	test_read_format_ustar_filename.c	\
179cdf63a70SMartin Matuska	test_read_format_warc.c			\
18059e2ff55SEnji Cooper	test_read_format_xar.c			\
18159e2ff55SEnji Cooper	test_read_format_zip.c			\
18259e2ff55SEnji Cooper	test_read_format_zip_comment_stored.c	\
183cdf63a70SMartin Matuska	test_read_format_zip_encryption_data.c	\
184cdf63a70SMartin Matuska	test_read_format_zip_encryption_header.c	\
185cdf63a70SMartin Matuska	test_read_format_zip_encryption_partially.c	\
18659e2ff55SEnji Cooper	test_read_format_zip_filename.c		\
187cfa49a9bSMartin Matuska	test_read_format_zip_high_compression.c	\
1887105995cSMartin Matuska	test_read_format_zip_jar.c		\
18959e2ff55SEnji Cooper	test_read_format_zip_mac_metadata.c	\
190cdf63a70SMartin Matuska	test_read_format_zip_malformed.c	\
191cdf63a70SMartin Matuska	test_read_format_zip_msdos.c		\
192cdf63a70SMartin Matuska	test_read_format_zip_nested.c		\
193cdf63a70SMartin Matuska	test_read_format_zip_nofiletype.c	\
194cdf63a70SMartin Matuska	test_read_format_zip_padded.c		\
19559e2ff55SEnji Cooper	test_read_format_zip_sfx.c		\
196cdf63a70SMartin Matuska	test_read_format_zip_traditional_encryption_data.c	\
197cdf63a70SMartin Matuska	test_read_format_zip_winzip_aes.c	\
198cdf63a70SMartin Matuska	test_read_format_zip_winzip_aes_large.c	\
199a8fc61d5SMartin Matuska	test_read_format_zip_with_invalid_traditional_eocd.c	\
200cdf63a70SMartin Matuska	test_read_format_zip_zip64.c		\
20159e2ff55SEnji Cooper	test_read_large.c			\
20295208412SMartin Matuska	test_read_pax_schily_xattr.c		\
20359e2ff55SEnji Cooper	test_read_pax_truncated.c		\
20459e2ff55SEnji Cooper	test_read_position.c			\
20559e2ff55SEnji Cooper	test_read_set_format.c			\
206cdf63a70SMartin Matuska	test_read_too_many_filters.c		\
20759e2ff55SEnji Cooper	test_read_truncated.c			\
20859e2ff55SEnji Cooper	test_read_truncated_filter.c		\
20959e2ff55SEnji Cooper	test_sparse_basic.c			\
21059e2ff55SEnji Cooper	test_tar_filenames.c			\
21159e2ff55SEnji Cooper	test_tar_large.c			\
212cdf63a70SMartin Matuska	test_warn_missing_hardlink_target.c	\
21359e2ff55SEnji Cooper	test_ustar_filenames.c			\
21459e2ff55SEnji Cooper	test_ustar_filename_encoding.c		\
21559e2ff55SEnji Cooper	test_write_disk.c			\
21659e2ff55SEnji Cooper	test_write_disk_appledouble.c		\
21759e2ff55SEnji Cooper	test_write_disk_failures.c		\
21859e2ff55SEnji Cooper	test_write_disk_hardlink.c		\
21959e2ff55SEnji Cooper	test_write_disk_hfs_compression.c	\
22059e2ff55SEnji Cooper	test_write_disk_lookup.c		\
22159e2ff55SEnji Cooper	test_write_disk_mac_metadata.c		\
22259e2ff55SEnji Cooper	test_write_disk_no_hfs_compression.c	\
22359e2ff55SEnji Cooper	test_write_disk_perms.c			\
22459e2ff55SEnji Cooper	test_write_disk_secure.c		\
225cfa49a9bSMartin Matuska	test_write_disk_secure744.c		\
22624113d8cSMartin Matuska	test_write_disk_secure745.c		\
22724113d8cSMartin Matuska	test_write_disk_secure746.c		\
22859e2ff55SEnji Cooper	test_write_disk_sparse.c		\
22959e2ff55SEnji Cooper	test_write_disk_symlink.c		\
23059e2ff55SEnji Cooper	test_write_disk_times.c			\
23159e2ff55SEnji Cooper	test_write_filter_b64encode.c		\
23259e2ff55SEnji Cooper	test_write_filter_bzip2.c		\
23359e2ff55SEnji Cooper	test_write_filter_compress.c		\
23459e2ff55SEnji Cooper	test_write_filter_gzip.c		\
23559e2ff55SEnji Cooper	test_write_filter_gzip_timestamp.c	\
23659e2ff55SEnji Cooper	test_write_filter_lrzip.c		\
237cdf63a70SMartin Matuska	test_write_filter_lz4.c			\
23859e2ff55SEnji Cooper	test_write_filter_lzip.c		\
23959e2ff55SEnji Cooper	test_write_filter_lzma.c		\
24059e2ff55SEnji Cooper	test_write_filter_lzop.c		\
24159e2ff55SEnji Cooper	test_write_filter_program.c		\
24259e2ff55SEnji Cooper	test_write_filter_uuencode.c		\
24359e2ff55SEnji Cooper	test_write_filter_xz.c			\
2445c831a5bSMartin Matuska	test_write_filter_zstd.c		\
24559e2ff55SEnji Cooper	test_write_format_7zip.c		\
24659e2ff55SEnji Cooper	test_write_format_7zip_empty.c		\
24759e2ff55SEnji Cooper	test_write_format_7zip_large.c		\
24859e2ff55SEnji Cooper	test_write_format_ar.c			\
24959e2ff55SEnji Cooper	test_write_format_cpio.c		\
25059e2ff55SEnji Cooper	test_write_format_cpio_empty.c		\
25159e2ff55SEnji Cooper	test_write_format_cpio_newc.c		\
25259e2ff55SEnji Cooper	test_write_format_cpio_odc.c		\
25359e2ff55SEnji Cooper	test_write_format_gnutar.c		\
254f061a221SMartin Matuska	test_write_format_gnutar_filenames.c	\
25559e2ff55SEnji Cooper	test_write_format_iso9660.c		\
25659e2ff55SEnji Cooper	test_write_format_iso9660_boot.c	\
25759e2ff55SEnji Cooper	test_write_format_iso9660_empty.c	\
25859e2ff55SEnji Cooper	test_write_format_iso9660_filename.c	\
25959e2ff55SEnji Cooper	test_write_format_iso9660_zisofs.c	\
26059e2ff55SEnji Cooper	test_write_format_mtree.c		\
26159e2ff55SEnji Cooper	test_write_format_mtree_absolute_path.c	\
26259e2ff55SEnji Cooper	test_write_format_mtree_classic.c	\
26359e2ff55SEnji Cooper	test_write_format_mtree_classic_indent.c	\
26459e2ff55SEnji Cooper	test_write_format_mtree_fflags.c	\
26559e2ff55SEnji Cooper	test_write_format_mtree_no_separator.c	\
26659e2ff55SEnji Cooper	test_write_format_mtree_quoted_filename.c	\
26759e2ff55SEnji Cooper	test_write_format_pax.c			\
268cdf63a70SMartin Matuska	test_write_format_raw.c			\
269cdf63a70SMartin Matuska	test_write_format_raw_b64.c		\
27059e2ff55SEnji Cooper	test_write_format_shar_empty.c		\
27159e2ff55SEnji Cooper	test_write_format_tar.c			\
27259e2ff55SEnji Cooper	test_write_format_tar_empty.c		\
27359e2ff55SEnji Cooper	test_write_format_tar_sparse.c		\
27459e2ff55SEnji Cooper	test_write_format_tar_ustar.c		\
27559e2ff55SEnji Cooper	test_write_format_tar_v7tar.c		\
276cdf63a70SMartin Matuska	test_write_format_warc.c		\
277cdf63a70SMartin Matuska	test_write_format_warc_empty.c		\
27859e2ff55SEnji Cooper	test_write_format_xar.c			\
27959e2ff55SEnji Cooper	test_write_format_xar_empty.c		\
28059e2ff55SEnji Cooper	test_write_format_zip.c			\
281cdf63a70SMartin Matuska	test_write_format_zip_compression_store.c	\
28259e2ff55SEnji Cooper	test_write_format_zip_empty.c		\
283cdf63a70SMartin Matuska	test_write_format_zip_empty_zip64.c	\
284cdf63a70SMartin Matuska	test_write_format_zip_file.c		\
285cdf63a70SMartin Matuska	test_write_format_zip_file_zip64.c	\
286cdf63a70SMartin Matuska	test_write_format_zip_large.c		\
287cdf63a70SMartin Matuska	test_write_format_zip_zip64.c		\
28859e2ff55SEnji Cooper	test_write_open_memory.c		\
289cdf63a70SMartin Matuska	test_write_read_format_zip.c		\
290e46d4714SMartin Matuska	test_xattr_platform.c			\
29159e2ff55SEnji Cooper	test_zip_filename_encoding.c
29259e2ff55SEnji Cooper
29359e2ff55SEnji Cooper# Deterministic failures:
29459e2ff55SEnji Cooper# Crashes with SIGBUS
29559e2ff55SEnji CooperBROKEN_TESTS+=			test_archive_rmd160
29659e2ff55SEnji Cooper# Fails with `libarchive/test/test_archive_crypto.c:121: md != actualmd`
29759e2ff55SEnji CooperBROKEN_TESTS+=			test_archive_sha384
29859e2ff55SEnji Cooper# Fails with `test_compat_pax_libarchive_2x.c:122: ARCHIVE_WARN != archive_read_next_header(a, &ae)`
29959e2ff55SEnji CooperBROKEN_TESTS+=			test_compat_pax_libarchive_2x
30059e2ff55SEnji Cooper# Fails with `test_read_disk_directory_traversals.c:1094: File at has atime 886622, 1443306049 seconds ago`
30159e2ff55SEnji CooperBROKEN_TESTS+=			test_read_disk_directory_traversals
30259e2ff55SEnji Cooper
30359e2ff55SEnji Cooper# Non-deterministic failures:
30459e2ff55SEnji Cooper# (Times out?) [and] crashes
30559e2ff55SEnji CooperBROKEN_TESTS+=			test_fuzz_rar
30659e2ff55SEnji Cooper
30759e2ff55SEnji Cooper# Build the test program.
30859e2ff55SEnji CooperSRCS.libarchive_test=		\
30959e2ff55SEnji Cooper	${TESTS_SRCS}		\
310277fbb92SBryan Drewery	read_open_memory.c	\
31159e2ff55SEnji Cooper	list.h
31259e2ff55SEnji Cooper
31359e2ff55SEnji CooperLIBADD.libarchive_test=	archive
31459e2ff55SEnji Cooper
3153c89d6b0SBryan Drewery.PATH: ${_LIBARCHIVEDIR}/test_utils
31664287048SMartin MatuskaSRCS.libarchive_test+=	test_main.c	\
31764287048SMartin Matuska			test_utils.c
31859e2ff55SEnji Cooper
31959e2ff55SEnji Cooper# list.h is just a list of all tests, as indicated by DEFINE_TEST macro lines
32059e2ff55SEnji Cooperlist.h: ${TESTS_SRCS} Makefile
3213c89d6b0SBryan Drewery	@(cd ${_LIBARCHIVEDIR}/libarchive/test && \
322cdf63a70SMartin Matuska	grep -E -h ^DEFINE_TEST ${.ALLSRC:N*Makefile} | \
32359e2ff55SEnji Cooper	    egrep -v '${BROKEN_TESTS:tW:C/ /|/g}') > ${.TARGET}.tmp
32459e2ff55SEnji Cooper	@mv ${.TARGET}.tmp ${.TARGET}
32559e2ff55SEnji Cooper
326430f7286SEnji CooperCLEANTESTS+=	list.h list.h.tmp
327430f7286SEnji Cooper${PACKAGE}FILES+=	README
328e9ed7ea4SMartin Matuska${PACKAGE}FILES+=	test_acl_pax_posix1e.tar.uu
329e9ed7ea4SMartin Matuska${PACKAGE}FILES+=	test_acl_pax_nfs4.tar.uu
330430f7286SEnji Cooper${PACKAGE}FILES+=	test_archive_string_conversion.txt.Z.uu
331430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_bzip2_1.tbz.uu
332430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_bzip2_2.tbz.uu
333430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_cpio_1.cpio.uu
334430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_gtar_1.tar.uu
335d5d08d29SMartin Matuska${PACKAGE}FILES+=	test_compat_gtar_2.tar.uu
336430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_gzip_1.tgz.uu
337430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_gzip_2.tgz.uu
338cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_1.tar.lz4.uu
339cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_2.tar.lz4.uu
340cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_3.tar.lz4.uu
341cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B4.tar.lz4.uu
342cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B4BD.tar.lz4.uu
343cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B4BDBX.tar.lz4.uu
344cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B5.tar.lz4.uu
345cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B5BD.tar.lz4.uu
346cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B6.tar.lz4.uu
347cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B6BD.tar.lz4.uu
348cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B7.tar.lz4.uu
349cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_lz4_B7BD.tar.lz4.uu
350430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzip_1.tlz.uu
351430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzip_2.tlz.uu
352430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzma_1.tlz.uu
353430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzma_2.tlz.uu
354430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzma_3.tlz.uu
355430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzop_1.tar.lzo.uu
356430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzop_2.tar.lzo.uu
357430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_lzop_3.tar.lzo.uu
358430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_mac-1.tar.Z.uu
359430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_mac-2.tar.Z.uu
360430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_pax_libarchive_2x.tar.Z.uu
361007dbc1fSMartin Matuska${PACKAGE}FILES+=	test_compat_perl_archive_tar.tar.uu
362a2e802b7SMartin Matuska${PACKAGE}FILES+=	test_compat_plexus_archiver_tar.tar.uu
363430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_solaris_pax_sparse_1.pax.Z.uu
364430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_solaris_pax_sparse_2.pax.Z.uu
365430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_solaris_tar_acl.tar.uu
366e9ed7ea4SMartin Matuska${PACKAGE}FILES+=	test_compat_star_acl_nfs4.tar.uu
367d5d08d29SMartin Matuska${PACKAGE}FILES+=	test_compat_star_acl_posix1e.tar.uu
368430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_tar_hardlink_1.tar.uu
369cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_compat_uudecode_large.tar.Z.uu
370430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_xz_1.txz.uu
371430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_1.zip.uu
372430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_2.zip.uu
373430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_3.zip.uu
374430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_4.zip.uu
375430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_5.zip.uu
376430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_6.zip.uu
377430f7286SEnji Cooper${PACKAGE}FILES+=	test_compat_zip_7.xps.uu
378*a2a3407cSMartin Matuska${PACKAGE}FILES+=	test_compat_zip_8.zip.uu
3795c831a5bSMartin Matuska${PACKAGE}FILES+=	test_compat_zstd_1.tar.zst.uu
380430f7286SEnji Cooper${PACKAGE}FILES+=	test_fuzz.cab.uu
381430f7286SEnji Cooper${PACKAGE}FILES+=	test_fuzz.lzh.uu
382430f7286SEnji Cooper${PACKAGE}FILES+=	test_fuzz_1.iso.Z.uu
383430f7286SEnji Cooper${PACKAGE}FILES+=	test_pax_filename_encoding.tar.uu
384430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_multiple_files.part1.rar.uu
385430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_multiple_files.part2.rar.uu
386430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_multiple_files.part3.rar.uu
387430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_multiple_files.part4.rar.uu
388430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_multiple_files.part5.rar.uu
389430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_multiple_files.part6.rar.uu
390430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_single_file.part1.rar.uu
391430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_single_file.part2.rar.uu
392430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_single_file.part3.rar.uu
393430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part01.rar.uu
394430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part02.rar.uu
395430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part03.rar.uu
396430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part04.rar.uu
397430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part05.rar.uu
398430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part06.rar.uu
399430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part07.rar.uu
400430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part08.rar.uu
401430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part09.rar.uu
402430f7286SEnji Cooper${PACKAGE}FILES+=	test_rar_multivolume_uncompressed_files.part10.rar.uu
403430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_filter_grzip.tar.grz.uu
404430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_filter_lrzip.tar.lrz.uu
405430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_filter_lzop.tar.lzo.uu
406430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_filter_lzop_multiple_parts.tar.lzo.uu
407430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_bzip2.7z.uu
408430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_copy_1.7z.uu
409430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_copy_2.7z.uu
410430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_copy_lzma.7z.uu
411430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_deflate.7z.uu
412430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_lzma1_1.7z.uu
413430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_lzma1_2.7z.uu
414430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_lzma2_1.7z.uu
415430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj2_lzma2_2.7z.uu
416430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj_bzip2.7z.uu
417430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj_copy.7z.uu
418430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj_deflate.7z.uu
419430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj_lzma1.7z.uu
420430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bcj_lzma2.7z.uu
421430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_bzip2.7z.uu
422430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_copy.7z.uu
423430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_copy_2.7z.uu
424430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_deflate.7z.uu
425430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_delta_lzma1.7z.uu
426430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_delta_lzma2.7z.uu
427430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_empty_archive.7z.uu
428430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_empty_file.7z.uu
429cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_7zip_encryption.7z.uu
430cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_7zip_encryption_header.7z.uu
431cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_7zip_encryption_partially.7z.uu
432430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_lzma1.7z.uu
433430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_lzma1_2.7z.uu
434430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_lzma1_lzma2.7z.uu
435430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_lzma2.7z.uu
436cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_7zip_malformed.7z.uu
437cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_7zip_malformed2.7z.uu
438430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_ppmd.7z.uu
439430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_7zip_symbolic_name.7z.uu
440430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_ar.ar.uu
441430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cab_1.cab.uu
442430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cab_2.cab.uu
443430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cab_3.cab.uu
444430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cab_filename_cp932.cab.uu
445430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_bin_be.cpio.uu
446cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_cpio_bin_le.cpio.uu
447430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_filename_cp866.cpio.uu
448430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_filename_eucjp.cpio.uu
449430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_filename_koi8r.cpio.uu
450430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_filename_utf8_jp.cpio.uu
451430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_filename_utf8_ru.cpio.uu
452430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_svr4_bzip2_rpm.rpm.uu
453430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_cpio_svr4_gzip_rpm.rpm.uu
454430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_filename_cp866.tar.Z.uu
455430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_filename_eucjp.tar.Z.uu
456430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_filename_koi8r.tar.Z.uu
457430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_1_13.tar.uu
458430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_1_17.tar.uu
459430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_1_17_posix00.tar.uu
460430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_1_17_posix01.tar.uu
461430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_1_17_posix10.tar.uu
462430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu
463430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_gtar_sparse_skip_entry.tar.Z.uu
464430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso.iso.Z.uu
465430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_2.iso.Z.uu
466430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_joliet.iso.Z.uu
467430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_joliet_by_nero.iso.Z.uu
468430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_joliet_long.iso.Z.uu
469430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_joliet_rockridge.iso.Z.uu
470430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_multi_extent.iso.Z.uu
471430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_rockridge.iso.Z.uu
472430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_rockridge_ce.iso.Z.uu
473430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_rockridge_new.iso.Z.uu
474430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_rockridge_rr_moved.iso.Z.uu
475430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_xorriso.iso.Z.uu
476430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_iso_zisofs.iso.Z.uu
477cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_lha_bugfix_0.lzh.uu
478430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_filename_cp932.lzh.uu
479430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_header0.lzh.uu
480430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_header1.lzh.uu
481430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_header2.lzh.uu
482430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_header3.lzh.uu
483430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_lh0.lzh.uu
484430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_lh6.lzh.uu
485430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_lh7.lzh.uu
486430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_lha_withjunk.lzh.uu
487430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_mtree.mtree.uu
488f3e9b21aSMartin Matuska${PACKAGE}FILES+=	test_read_format_mtree_crash747.mtree.bz2.uu
489430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_mtree_nomagic.mtree.uu
490430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_mtree_nomagic2.mtree.uu
491430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_mtree_nomagic3.mtree.uu
492430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar.rar.uu
493430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_binary_data.rar.uu
494430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_compress_best.rar.uu
495430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_compress_normal.rar.uu
496cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_rar_encryption_data.rar.uu
497cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_rar_encryption_header.rar.uu
498cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_rar_encryption_partially.rar.uu
499f061a221SMartin Matuska${PACKAGE}FILES+=	test_read_format_rar_invalid1.rar.uu
500430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_multi_lzss_blocks.rar.uu
501430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_multivolume.part0001.rar.uu
502430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_multivolume.part0002.rar.uu
503430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_multivolume.part0003.rar.uu
504430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_multivolume.part0004.rar.uu
505430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_noeof.rar.uu
506430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_ppmd_lzss_conversion.rar.uu
507430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_sfx.exe.uu
508430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_subblock.rar.uu
509430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_unicode.rar.uu
510430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_rar_windows.rar.uu
511d5d08d29SMartin Matuska${PACKAGE}FILES+=	test_read_format_raw.bufr.uu
512430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_raw.data.Z.uu
513430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_raw.data.uu
514cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_tar_concatenated.tar.uu
515430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_tar_empty_filename.tar.uu
516cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_tar_empty_pax.tar.Z.uu
517430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_tar_filename_koi8r.tar.Z.uu
518430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_ustar_filename_cp866.tar.Z.uu
519430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_ustar_filename_eucjp.tar.Z.uu
520430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_ustar_filename_koi8r.tar.Z.uu
521cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_warc.warc.uu
522430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip.zip.uu
523430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_comment_stored_1.zip.uu
524430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_comment_stored_2.zip.uu
525cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_encryption_data.zip.uu
526cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_encryption_header.zip.uu
527cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_encryption_partially.zip.uu
528430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_filename_cp866.zip.uu
529430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_filename_cp932.zip.uu
530430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_filename_koi8r.zip.uu
531430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_filename_utf8_jp.zip.uu
532430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_filename_utf8_ru.zip.uu
533430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_filename_utf8_ru2.zip.uu
534cfa49a9bSMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_high_compression.zip.uu
5357105995cSMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_jar.jar.uu
536430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_length_at_end.zip.uu
537430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_mac_metadata.zip.uu
538cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_malformed1.zip.uu
539cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_msdos.zip.uu
540cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_nested.zip.uu
541cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_nofiletype.zip.uu
542cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_padded1.zip.uu
543cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_padded2.zip.uu
544cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_padded3.zip.uu
545430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_sfx.uu
546430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_symlink.zip.uu
547cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_traditional_encryption_data.zip.uu
548430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_format_zip_ux.zip.uu
549a8fc61d5SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_with_invalid_traditional_eocd.zip.uu
550cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_winzip_aes128.zip.uu
551cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_winzip_aes256.zip.uu
552cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_winzip_aes256_large.zip.uu
553cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_winzip_aes256_stored.zip.uu
554cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_zip64a.zip.uu
555cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_format_zip_zip64b.zip.uu
556430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_large_splitted_rar_aa.uu
557430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_large_splitted_rar_ab.uu
558430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_large_splitted_rar_ac.uu
559430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_large_splitted_rar_ad.uu
560430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_large_splitted_rar_ae.uu
56195208412SMartin Matuska${PACKAGE}FILES+=	test_read_pax_schily_xattr.tar.uu
562430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_splitted_rar_aa.uu
563430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_splitted_rar_ab.uu
564430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_splitted_rar_ac.uu
565430f7286SEnji Cooper${PACKAGE}FILES+=	test_read_splitted_rar_ad.uu
566cdf63a70SMartin Matuska${PACKAGE}FILES+=	test_read_too_many_filters.gz.uu
567430f7286SEnji Cooper${PACKAGE}FILES+=	test_splitted_rar_seek_support_aa.uu
568430f7286SEnji Cooper${PACKAGE}FILES+=	test_splitted_rar_seek_support_ab.uu
569430f7286SEnji Cooper${PACKAGE}FILES+=	test_splitted_rar_seek_support_ac.uu
570430f7286SEnji Cooper${PACKAGE}FILES+=	test_write_disk_appledouble.cpio.gz.uu
571430f7286SEnji Cooper${PACKAGE}FILES+=	test_write_disk_hfs_compression.tgz.uu
572430f7286SEnji Cooper${PACKAGE}FILES+=	test_write_disk_mac_metadata.tar.gz.uu
573430f7286SEnji Cooper${PACKAGE}FILES+=	test_write_disk_no_hfs_compression.tgz.uu
57459e2ff55SEnji Cooper
57559e2ff55SEnji Cooper.include <bsd.test.mk>
576