Makefile revision 348608
1219820Sjeff# $FreeBSD: stable/10/lib/libarchive/tests/Makefile 348608 2019-06-04 10:36:26Z mm $
2219820Sjeff
3219820SjeffSRCTOP=		${.CURDIR:H:H:H}
4219820SjeffTESTSDIR=	${TESTSBASE}/lib/libarchive
5219820Sjeff
6219820SjeffLIBARCHIVEDIR=	${SRCTOP}/contrib/libarchive
7219820Sjeff
8219820SjeffATF_TESTS_SH+=	functional_test
9219820Sjeff
10219820SjeffBINDIR=	${TESTSDIR}
11219820Sjeff
12219820SjeffPROGS+=	libarchive_test
13219820Sjeff
14219820SjeffCFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
15219820SjeffCFLAGS+= -I${LIBARCHIVEDIR}/libarchive -I${LIBARCHIVEDIR}/libarchive/test
16219820SjeffCFLAGS+= -I${LIBARCHIVEDIR}/test_utils
17219820SjeffCFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1
18219820Sjeff
19219820Sjeff# Uncomment to link against dmalloc
20219820Sjeff#LDADD+= -L/usr/local/lib -ldmalloc
21219820Sjeff#CFLAGS+= -I/usr/local/include -DUSE_DMALLOC
22219820Sjeff
23219820Sjeff.PATH: ${LIBARCHIVEDIR}/libarchive/test
24219820SjeffTESTS_SRCS= \
25219820Sjeff	test_acl_nfs4.c				\
26219820Sjeff	test_acl_pax.c				\
27219820Sjeff	test_acl_platform_nfs4.c		\
28219820Sjeff	test_acl_platform_posix1e.c		\
29219820Sjeff	test_acl_posix1e.c			\
30219820Sjeff	test_acl_text.c				\
31219820Sjeff	test_archive_api_feature.c		\
32219820Sjeff	test_archive_clear_error.c		\
33219820Sjeff	test_archive_cmdline.c			\
34219820Sjeff	test_archive_digest.c			\
35219820Sjeff	test_archive_getdate.c			\
36219820Sjeff	test_archive_match_time.c		\
37219820Sjeff	test_archive_match_owner.c		\
38219820Sjeff	test_archive_match_path.c		\
39219820Sjeff	test_archive_pathmatch.c		\
40219820Sjeff	test_archive_read_add_passphrase.c	\
41219820Sjeff	test_archive_read_close_twice.c		\
42219820Sjeff	test_archive_read_close_twice_open_fd.c	\
43219820Sjeff	test_archive_read_close_twice_open_filename.c	\
44219820Sjeff	test_archive_read_multiple_data_objects.c	\
45219820Sjeff	test_archive_read_next_header_empty.c	\
46219820Sjeff	test_archive_read_next_header_raw.c	\
47219820Sjeff	test_archive_read_open2.c		\
48219820Sjeff	test_archive_read_set_filter_option.c	\
49219820Sjeff	test_archive_read_set_format_option.c	\
50219820Sjeff	test_archive_read_set_option.c		\
51219820Sjeff	test_archive_read_set_options.c		\
52219820Sjeff	test_archive_read_support.c		\
53219820Sjeff	test_archive_set_error.c		\
54219820Sjeff	test_archive_string.c			\
55219820Sjeff	test_archive_string_conversion.c	\
56219820Sjeff	test_archive_write_add_filter_by_name.c	\
57219820Sjeff	test_archive_write_set_filter_option.c	\
58219820Sjeff	test_archive_write_set_format_by_name.c	\
59219820Sjeff	test_archive_write_set_format_filter_by_ext.c \
60219820Sjeff	test_archive_write_set_format_option.c	\
61219820Sjeff	test_archive_write_set_option.c		\
62219820Sjeff	test_archive_write_set_options.c	\
63219820Sjeff	test_archive_write_set_passphrase.c	\
64219820Sjeff	test_bad_fd.c				\
65219820Sjeff	test_compat_bzip2.c			\
66219820Sjeff	test_compat_cpio.c			\
67219820Sjeff	test_compat_gtar.c			\
68219820Sjeff	test_compat_gzip.c			\
69219820Sjeff	test_compat_lz4.c			\
70219820Sjeff	test_compat_lzip.c			\
71219820Sjeff	test_compat_lzma.c			\
72219820Sjeff	test_compat_lzop.c			\
73219820Sjeff	test_compat_mac.c			\
74219820Sjeff	test_compat_pax_libarchive_2x.c		\
75219820Sjeff	test_compat_perl_archive_tar.c		\
76219820Sjeff	test_compat_plexus_archiver_tar.c	\
77219820Sjeff	test_compat_solaris_tar_acl.c		\
78219820Sjeff	test_compat_solaris_pax_sparse.c	\
79219820Sjeff	test_compat_star_acl.c			\
80219820Sjeff	test_compat_tar_hardlink.c		\
81219820Sjeff	test_compat_uudecode.c			\
82219820Sjeff	test_compat_uudecode_large.c		\
83219820Sjeff	test_compat_xz.c			\
84219820Sjeff	test_compat_zip.c			\
85219820Sjeff	test_compat_zstd.c			\
86219820Sjeff	test_empty_write.c			\
87219820Sjeff	test_entry.c				\
88219820Sjeff	test_entry_strmode.c			\
89219820Sjeff	test_extattr_freebsd.c			\
90219820Sjeff	test_filter_count.c			\
91219820Sjeff	test_fuzz.c				\
92219820Sjeff	test_gnutar_filename_encoding.c		\
93219820Sjeff	test_link_resolver.c			\
94219820Sjeff	test_open_fd.c				\
95219820Sjeff	test_open_failure.c			\
96219820Sjeff	test_open_file.c			\
97219820Sjeff	test_open_filename.c			\
98219820Sjeff	test_pax_filename_encoding.c		\
99219820Sjeff	test_read_data_large.c			\
100219820Sjeff	test_read_disk.c			\
101219820Sjeff	test_read_disk_directory_traversals.c	\
102219820Sjeff	test_read_disk_entry_from_file.c	\
103219820Sjeff	test_read_extract.c			\
104219820Sjeff	test_read_file_nonexistent.c		\
105219820Sjeff	test_read_filter_compress.c		\
106219820Sjeff	test_read_filter_grzip.c		\
107219820Sjeff	test_read_filter_lrzip.c		\
108219820Sjeff	test_read_filter_lzop.c			\
109219820Sjeff	test_read_filter_lzop_multiple_parts.c	\
110219820Sjeff	test_read_filter_program.c		\
111219820Sjeff	test_read_filter_program_signature.c	\
112219820Sjeff	test_read_filter_uudecode.c		\
113219820Sjeff	test_read_format_7zip.c			\
114219820Sjeff	test_read_format_7zip_encryption_data.c \
115219820Sjeff	test_read_format_7zip_encryption_header.c	\
116219820Sjeff	test_read_format_7zip_encryption_partially.c	\
117219820Sjeff	test_read_format_7zip_malformed.c	\
118219820Sjeff	test_read_format_ar.c			\
119219820Sjeff	test_read_format_cab.c			\
120219820Sjeff	test_read_format_cab_filename.c		\
121219820Sjeff	test_read_format_cpio_afio.c		\
122219820Sjeff	test_read_format_cpio_bin.c		\
123219820Sjeff	test_read_format_cpio_bin_Z.c		\
124219820Sjeff	test_read_format_cpio_bin_be.c		\
125219820Sjeff	test_read_format_cpio_bin_bz2.c		\
126219820Sjeff	test_read_format_cpio_bin_gz.c		\
127219820Sjeff	test_read_format_cpio_bin_le.c		\
128219820Sjeff	test_read_format_cpio_bin_lzip.c	\
129219820Sjeff	test_read_format_cpio_bin_lzma.c	\
130219820Sjeff	test_read_format_cpio_bin_xz.c		\
131219820Sjeff	test_read_format_cpio_filename.c	\
132219820Sjeff	test_read_format_cpio_odc.c		\
133219820Sjeff	test_read_format_cpio_svr4_gzip.c	\
134219820Sjeff	test_read_format_cpio_svr4c_Z.c		\
135219820Sjeff	test_read_format_cpio_svr4_bzip2_rpm.c	\
136219820Sjeff	test_read_format_cpio_svr4_gzip_rpm.c	\
137219820Sjeff	test_read_format_empty.c		\
138219820Sjeff	test_read_format_gtar_filename.c	\
139219820Sjeff	test_read_format_gtar_gz.c		\
140219820Sjeff	test_read_format_gtar_lzma.c		\
141219820Sjeff	test_read_format_gtar_sparse.c		\
142219820Sjeff	test_read_format_gtar_sparse_skip_entry.c \
143219820Sjeff	test_read_format_iso_Z.c		\
144219820Sjeff	test_read_format_iso_multi_extent.c	\
145219820Sjeff	test_read_format_iso_xorriso.c		\
146219820Sjeff	test_read_format_isorr_rr_moved.c	\
147219820Sjeff	test_read_format_isojoliet_bz2.c	\
148219820Sjeff	test_read_format_isojoliet_long.c	\
149219820Sjeff	test_read_format_isojoliet_rr.c		\
150219820Sjeff	test_read_format_isojoliet_versioned.c	\
151219820Sjeff	test_read_format_isorr_bz2.c		\
152219820Sjeff	test_read_format_isorr_ce.c		\
153219820Sjeff	test_read_format_isorr_new_bz2.c	\
154219820Sjeff	test_read_format_isozisofs_bz2.c	\
155219820Sjeff	test_read_format_lha.c			\
156219820Sjeff	test_read_format_lha_bugfix_0.c		\
157219820Sjeff	test_read_format_lha_filename.c		\
158219820Sjeff	test_read_format_mtree.c		\
159219820Sjeff	test_read_format_mtree_crash747.c	\
160219820Sjeff	test_read_format_pax_bz2.c		\
161219820Sjeff	test_read_format_rar.c			\
162219820Sjeff	test_read_format_rar5.c			\
163219820Sjeff	test_read_format_rar_encryption_data.c	\
164219820Sjeff	test_read_format_rar_encryption_header.c	\
165219820Sjeff	test_read_format_rar_encryption_partially.c	\
166219820Sjeff	test_read_format_rar_invalid1.c		\
167219820Sjeff	test_read_format_raw.c			\
168219820Sjeff	test_read_format_tar.c			\
169219820Sjeff	test_read_format_tar_concatenated.c	\
170219820Sjeff	test_read_format_tar_empty_filename.c	\
171219820Sjeff	test_read_format_tar_empty_pax.c	\
172219820Sjeff	test_read_format_tar_empty_with_gnulabel.c	\
173219820Sjeff	test_read_format_tar_filename.c		\
174219820Sjeff	test_read_format_tbz.c			\
175219820Sjeff	test_read_format_tgz.c			\
176219820Sjeff	test_read_format_tlz.c			\
177219820Sjeff	test_read_format_txz.c			\
178219820Sjeff	test_read_format_tz.c			\
179219820Sjeff	test_read_format_ustar_filename.c	\
180219820Sjeff	test_read_format_warc.c			\
181219820Sjeff	test_read_format_xar.c			\
182219820Sjeff	test_read_format_zip.c			\
183219820Sjeff	test_read_format_zip_7075_utf8_paths.c	\
184219820Sjeff	test_read_format_zip_comment_stored.c	\
185219820Sjeff	test_read_format_zip_encryption_data.c	\
186219820Sjeff	test_read_format_zip_encryption_header.c	\
187219820Sjeff	test_read_format_zip_encryption_partially.c	\
188219820Sjeff	test_read_format_zip_extra_padding.c	\
189219820Sjeff	test_read_format_zip_filename.c		\
190219820Sjeff	test_read_format_zip_high_compression.c	\
191219820Sjeff	test_read_format_zip_jar.c		\
192219820Sjeff	test_read_format_zip_mac_metadata.c	\
193219820Sjeff	test_read_format_zip_malformed.c	\
194219820Sjeff	test_read_format_zip_msdos.c		\
195219820Sjeff	test_read_format_zip_nested.c		\
196219820Sjeff	test_read_format_zip_nofiletype.c	\
197219820Sjeff	test_read_format_zip_padded.c		\
198219820Sjeff	test_read_format_zip_sfx.c		\
199219820Sjeff	test_read_format_zip_traditional_encryption_data.c	\
200219820Sjeff	test_read_format_zip_winzip_aes.c	\
201219820Sjeff	test_read_format_zip_winzip_aes_large.c	\
202219820Sjeff	test_read_format_zip_with_invalid_traditional_eocd.c	\
203219820Sjeff	test_read_format_zip_zip64.c		\
204219820Sjeff	test_read_large.c			\
205219820Sjeff	test_read_pax_truncated.c		\
206219820Sjeff	test_read_position.c			\
207219820Sjeff	test_read_set_format.c			\
208219820Sjeff	test_read_too_many_filters.c		\
209219820Sjeff	test_read_truncated.c			\
210219820Sjeff	test_read_truncated_filter.c		\
211219820Sjeff	test_sparse_basic.c			\
212219820Sjeff	test_tar_filenames.c			\
213219820Sjeff	test_tar_large.c			\
214219820Sjeff	test_warn_missing_hardlink_target.c	\
215219820Sjeff	test_ustar_filenames.c			\
216219820Sjeff	test_ustar_filename_encoding.c		\
217219820Sjeff	test_write_disk.c			\
218219820Sjeff	test_write_disk_appledouble.c		\
219219820Sjeff	test_write_disk_failures.c		\
220219820Sjeff	test_write_disk_hardlink.c		\
221219820Sjeff	test_write_disk_hfs_compression.c	\
222219820Sjeff	test_write_disk_lookup.c		\
223219820Sjeff	test_write_disk_mac_metadata.c		\
224219820Sjeff	test_write_disk_no_hfs_compression.c	\
225219820Sjeff	test_write_disk_perms.c			\
226219820Sjeff	test_write_disk_secure.c		\
227219820Sjeff	test_write_disk_secure744.c		\
228219820Sjeff	test_write_disk_secure745.c		\
229219820Sjeff	test_write_disk_secure746.c		\
230219820Sjeff	test_write_disk_sparse.c		\
231219820Sjeff	test_write_disk_symlink.c		\
232219820Sjeff	test_write_disk_times.c			\
233219820Sjeff	test_write_filter_b64encode.c		\
234219820Sjeff	test_write_filter_bzip2.c		\
235219820Sjeff	test_write_filter_compress.c		\
236219820Sjeff	test_write_filter_gzip.c		\
237219820Sjeff	test_write_filter_gzip_timestamp.c	\
238219820Sjeff	test_write_filter_lrzip.c		\
239219820Sjeff	test_write_filter_lz4.c			\
240219820Sjeff	test_write_filter_lzip.c		\
241219820Sjeff	test_write_filter_lzma.c		\
242219820Sjeff	test_write_filter_lzop.c		\
243219820Sjeff	test_write_filter_program.c		\
244219820Sjeff	test_write_filter_uuencode.c		\
245219820Sjeff	test_write_filter_xz.c			\
246219820Sjeff	test_write_filter_zstd.c		\
247219820Sjeff	test_write_format_7zip.c		\
248219820Sjeff	test_write_format_7zip_empty.c		\
249219820Sjeff	test_write_format_7zip_large.c		\
250219820Sjeff	test_write_format_ar.c			\
251219820Sjeff	test_write_format_cpio.c		\
252219820Sjeff	test_write_format_cpio_empty.c		\
253219820Sjeff	test_write_format_cpio_newc.c		\
254219820Sjeff	test_write_format_cpio_odc.c		\
255219820Sjeff	test_write_format_gnutar.c		\
256219820Sjeff	test_write_format_gnutar_filenames.c	\
257219820Sjeff	test_write_format_iso9660.c		\
258219820Sjeff	test_write_format_iso9660_boot.c	\
259219820Sjeff	test_write_format_iso9660_empty.c	\
260219820Sjeff	test_write_format_iso9660_filename.c	\
261219820Sjeff	test_write_format_iso9660_zisofs.c	\
262219820Sjeff	test_write_format_mtree.c		\
263219820Sjeff	test_write_format_mtree_absolute_path.c	\
264219820Sjeff	test_write_format_mtree_classic.c	\
265219820Sjeff	test_write_format_mtree_classic_indent.c	\
266219820Sjeff	test_write_format_mtree_fflags.c	\
267219820Sjeff	test_write_format_mtree_no_separator.c	\
268219820Sjeff	test_write_format_mtree_quoted_filename.c	\
269219820Sjeff	test_write_format_pax.c			\
270219820Sjeff	test_write_format_raw.c			\
271219820Sjeff	test_write_format_raw_b64.c		\
272219820Sjeff	test_write_format_shar_empty.c		\
273219820Sjeff	test_write_format_tar.c			\
274219820Sjeff	test_write_format_tar_empty.c		\
275219820Sjeff	test_write_format_tar_sparse.c		\
276219820Sjeff	test_write_format_tar_ustar.c		\
277219820Sjeff	test_write_format_tar_v7tar.c		\
278219820Sjeff	test_write_format_warc.c		\
279219820Sjeff	test_write_format_warc_empty.c		\
280219820Sjeff	test_write_format_xar.c			\
281219820Sjeff	test_write_format_xar_empty.c		\
282219820Sjeff	test_write_format_zip.c			\
283219820Sjeff	test_write_format_zip_compression_store.c	\
284219820Sjeff	test_write_format_zip_empty.c		\
285219820Sjeff	test_write_format_zip_empty_zip64.c	\
286219820Sjeff	test_write_format_zip_file.c		\
287219820Sjeff	test_write_format_zip_file_zip64.c	\
288219820Sjeff	test_write_format_zip_large.c		\
289219820Sjeff	test_write_format_zip_zip64.c		\
290219820Sjeff	test_write_open_memory.c		\
291219820Sjeff	test_write_read_format_zip.c		\
292219820Sjeff	test_xattr_platform.c			\
293219820Sjeff	test_zip_filename_encoding.c
294219820Sjeff
295219820Sjeff# Deterministic failures:
296219820Sjeff# Crashes with SIGBUS
297219820SjeffBROKEN_TESTS+=			test_archive_rmd160
298219820Sjeff# Fails with `libarchive/test/test_archive_crypto.c:121: md != actualmd`
299219820SjeffBROKEN_TESTS+=			test_archive_sha384
300219820Sjeff# Fails with `test_compat_pax_libarchive_2x.c:122: ARCHIVE_WARN != archive_read_next_header(a, &ae)`
301219820SjeffBROKEN_TESTS+=			test_compat_pax_libarchive_2x
302219820Sjeff# Fails with `test_read_disk_directory_traversals.c:1094: File at has atime 886622, 1443306049 seconds ago`
303219820SjeffBROKEN_TESTS+=			test_read_disk_directory_traversals
304219820Sjeff
305219820Sjeff# Non-deterministic failures:
306219820Sjeff# (Times out?) [and] crashes
307219820SjeffBROKEN_TESTS+=			test_fuzz_rar
308219820Sjeff
309219820Sjeff# Build the test program.
310219820SjeffSRCS.libarchive_test=		\
311219820Sjeff	${TESTS_SRCS}		\
312219820Sjeff	read_open_memory.c	\
313219820Sjeff	list.h
314219820Sjeff
315219820SjeffDPADD.libarchive_test=	${LIBARCHIVE}
316219820SjeffLDADD.libarchive_test=	-larchive
317219820Sjeff
318219820Sjeff.PATH: ${LIBARCHIVEDIR}/test_utils
319219820SjeffSRCS.libarchive_test+=	test_main.c	\
320219820Sjeff			test_utils.c
321219820Sjeff
322219820Sjeff# list.h is just a list of all tests, as indicated by DEFINE_TEST macro lines
323219820Sjefflist.h: ${TESTS_SRCS} Makefile
324219820Sjeff	@(cd ${LIBARCHIVEDIR}/libarchive/test && \
325219820Sjeff	grep -E -h ^DEFINE_TEST ${.ALLSRC:N*Makefile} | \
326219820Sjeff	    egrep -v '${BROKEN_TESTS:tW:C/ /|/g}') > ${.TARGET}.tmp
327219820Sjeff	@mv ${.TARGET}.tmp ${.TARGET}
328219820Sjeff
329219820SjeffCLEANFILES+=	list.h list.h.tmp
330219820Sjeff
331219820SjeffFILES+=	README
332219820SjeffFILES+=	test_acl_pax_posix1e.tar.uu
333219820SjeffFILES+=	test_acl_pax_nfs4.tar.uu
334219820SjeffFILES+=	test_archive_string_conversion.txt.Z.uu
335219820SjeffFILES+=	test_compat_bzip2_1.tbz.uu
336219820SjeffFILES+=	test_compat_bzip2_2.tbz.uu
337219820SjeffFILES+=	test_compat_cpio_1.cpio.uu
338219820SjeffFILES+=	test_compat_gtar_1.tar.uu
339219820SjeffFILES+=	test_compat_gtar_2.tar.uu
340219820SjeffFILES+=	test_compat_gzip_1.tgz.uu
341219820SjeffFILES+=	test_compat_gzip_2.tgz.uu
342219820SjeffFILES+=	test_compat_lz4_1.tar.lz4.uu
343219820SjeffFILES+=	test_compat_lz4_2.tar.lz4.uu
344219820SjeffFILES+=	test_compat_lz4_3.tar.lz4.uu
345219820SjeffFILES+=	test_compat_lz4_B4.tar.lz4.uu
346219820SjeffFILES+=	test_compat_lz4_B4BD.tar.lz4.uu
347219820SjeffFILES+=	test_compat_lz4_B4BDBX.tar.lz4.uu
348219820SjeffFILES+=	test_compat_lz4_B5.tar.lz4.uu
349219820SjeffFILES+=	test_compat_lz4_B5BD.tar.lz4.uu
350219820SjeffFILES+=	test_compat_lz4_B6.tar.lz4.uu
351219820SjeffFILES+=	test_compat_lz4_B6BD.tar.lz4.uu
352219820SjeffFILES+=	test_compat_lz4_B7.tar.lz4.uu
353219820SjeffFILES+=	test_compat_lz4_B7BD.tar.lz4.uu
354219820SjeffFILES+=	test_compat_lzip_1.tlz.uu
355219820SjeffFILES+=	test_compat_lzip_2.tlz.uu
356219820SjeffFILES+=	test_compat_lzma_1.tlz.uu
357219820SjeffFILES+=	test_compat_lzma_2.tlz.uu
358219820SjeffFILES+=	test_compat_lzma_3.tlz.uu
359219820SjeffFILES+=	test_compat_lzop_1.tar.lzo.uu
360219820SjeffFILES+=	test_compat_lzop_2.tar.lzo.uu
361219820SjeffFILES+=	test_compat_lzop_3.tar.lzo.uu
362219820SjeffFILES+=	test_compat_mac-1.tar.Z.uu
363219820SjeffFILES+=	test_compat_mac-2.tar.Z.uu
364219820SjeffFILES+=	test_compat_perl_archive_tar.tar.uu
365219820SjeffFILES+=	test_compat_plexus_archiver_tar.tar.uu
366219820SjeffFILES+=	test_compat_solaris_pax_sparse_1.pax.Z.uu
367219820SjeffFILES+=	test_compat_solaris_pax_sparse_2.pax.Z.uu
368219820SjeffFILES+=	test_compat_solaris_tar_acl.tar.uu
369219820SjeffFILES+=	test_compat_star_acl_nfs4.tar.uu
370219820SjeffFILES+=	test_compat_star_acl_posix1e.tar.uu
371219820SjeffFILES+=	test_compat_tar_hardlink_1.tar.uu
372219820SjeffFILES+=	test_compat_uudecode_large.tar.Z.uu
373219820SjeffFILES+=	test_compat_xz_1.txz.uu
374219820SjeffFILES+=	test_compat_zip_1.zip.uu
375219820SjeffFILES+=	test_compat_zip_2.zip.uu
376219820SjeffFILES+=	test_compat_zip_3.zip.uu
377219820SjeffFILES+=	test_compat_zip_4.zip.uu
378219820SjeffFILES+=	test_compat_zip_5.zip.uu
379219820SjeffFILES+=	test_compat_zip_6.zip.uu
380219820SjeffFILES+=	test_compat_zip_7.xps.uu
381219820SjeffFILES+=	test_compat_zip_8.zip.uu
382219820SjeffFILES+=	test_compat_zstd_1.tar.zst.uu
383219820SjeffFILES+=	test_fuzz.cab.uu
384219820SjeffFILES+=	test_fuzz.lzh.uu
385219820SjeffFILES+=	test_fuzz_1.iso.Z.uu
386219820SjeffFILES+=	test_pax_filename_encoding.tar.uu
387219820SjeffFILES+=	test_rar_multivolume_multiple_files.part1.rar.uu
388219820SjeffFILES+=	test_rar_multivolume_multiple_files.part2.rar.uu
389219820SjeffFILES+=	test_rar_multivolume_multiple_files.part3.rar.uu
390219820SjeffFILES+=	test_rar_multivolume_multiple_files.part4.rar.uu
391219820SjeffFILES+=	test_rar_multivolume_multiple_files.part5.rar.uu
392219820SjeffFILES+=	test_rar_multivolume_multiple_files.part6.rar.uu
393219820SjeffFILES+=	test_rar_multivolume_single_file.part1.rar.uu
394219820SjeffFILES+=	test_rar_multivolume_single_file.part2.rar.uu
395219820SjeffFILES+=	test_rar_multivolume_single_file.part3.rar.uu
396219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part01.rar.uu
397219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part02.rar.uu
398219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part03.rar.uu
399219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part04.rar.uu
400219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part05.rar.uu
401219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part06.rar.uu
402219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part07.rar.uu
403219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part08.rar.uu
404219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part09.rar.uu
405219820SjeffFILES+=	test_rar_multivolume_uncompressed_files.part10.rar.uu
406219820SjeffFILES+=	test_read_filter_grzip.tar.grz.uu
407219820SjeffFILES+=	test_read_filter_lrzip.tar.lrz.uu
408219820SjeffFILES+=	test_read_filter_lzop.tar.lzo.uu
409219820SjeffFILES+=	test_read_filter_lzop_multiple_parts.tar.lzo.uu
410219820SjeffFILES+=	test_read_format_7zip_bcj2_bzip2.7z.uu
411219820SjeffFILES+=	test_read_format_7zip_bcj2_copy_1.7z.uu
412219820SjeffFILES+=	test_read_format_7zip_bcj2_copy_2.7z.uu
413219820SjeffFILES+=	test_read_format_7zip_bcj2_copy_lzma.7z.uu
414219820SjeffFILES+=	test_read_format_7zip_bcj2_deflate.7z.uu
415219820SjeffFILES+=	test_read_format_7zip_bcj2_lzma1_1.7z.uu
416219820SjeffFILES+=	test_read_format_7zip_bcj2_lzma1_2.7z.uu
417219820SjeffFILES+=	test_read_format_7zip_bcj2_lzma2_1.7z.uu
418219820SjeffFILES+=	test_read_format_7zip_bcj2_lzma2_2.7z.uu
419219820SjeffFILES+=	test_read_format_7zip_bcj_bzip2.7z.uu
420219820SjeffFILES+=	test_read_format_7zip_bcj_copy.7z.uu
421219820SjeffFILES+=	test_read_format_7zip_bcj_deflate.7z.uu
422219820SjeffFILES+=	test_read_format_7zip_bcj_lzma1.7z.uu
423219820SjeffFILES+=	test_read_format_7zip_bcj_lzma2.7z.uu
424219820SjeffFILES+=	test_read_format_7zip_bzip2.7z.uu
425219820SjeffFILES+=	test_read_format_7zip_copy.7z.uu
426219820SjeffFILES+=	test_read_format_7zip_copy_2.7z.uu
427219820SjeffFILES+=	test_read_format_7zip_deflate.7z.uu
428219820SjeffFILES+=	test_read_format_7zip_delta_lzma1.7z.uu
429219820SjeffFILES+=	test_read_format_7zip_delta_lzma2.7z.uu
430219820SjeffFILES+=	test_read_format_7zip_empty_archive.7z.uu
431219820SjeffFILES+=	test_read_format_7zip_empty_file.7z.uu
432219820SjeffFILES+=	test_read_format_7zip_encryption.7z.uu
433219820SjeffFILES+=	test_read_format_7zip_encryption_header.7z.uu
434219820SjeffFILES+=	test_read_format_7zip_encryption_partially.7z.uu
435219820SjeffFILES+=	test_read_format_7zip_lzma1.7z.uu
436219820SjeffFILES+=	test_read_format_7zip_lzma1_2.7z.uu
437219820SjeffFILES+=	test_read_format_7zip_lzma1_lzma2.7z.uu
438219820SjeffFILES+=	test_read_format_7zip_lzma2.7z.uu
439219820SjeffFILES+=	test_read_format_7zip_malformed.7z.uu
440219820SjeffFILES+=	test_read_format_7zip_malformed2.7z.uu
441219820SjeffFILES+=	test_read_format_7zip_ppmd.7z.uu
442219820SjeffFILES+=	test_read_format_7zip_symbolic_name.7z.uu
443219820SjeffFILES+=	test_read_format_ar.ar.uu
444219820SjeffFILES+=	test_read_format_cab_1.cab.uu
445219820SjeffFILES+=	test_read_format_cab_2.cab.uu
446219820SjeffFILES+=	test_read_format_cab_3.cab.uu
447219820SjeffFILES+=	test_read_format_cab_filename_cp932.cab.uu
448219820SjeffFILES+=	test_read_format_cpio_bin_be.cpio.uu
449219820SjeffFILES+=	test_read_format_cpio_bin_le.cpio.uu
450219820SjeffFILES+=	test_read_format_cpio_filename_cp866.cpio.uu
451219820SjeffFILES+=	test_read_format_cpio_filename_eucjp.cpio.uu
452219820SjeffFILES+=	test_read_format_cpio_filename_koi8r.cpio.uu
453219820SjeffFILES+=	test_read_format_cpio_filename_utf8_jp.cpio.uu
454219820SjeffFILES+=	test_read_format_cpio_filename_utf8_ru.cpio.uu
455219820SjeffFILES+=	test_read_format_cpio_svr4_bzip2_rpm.rpm.uu
456219820SjeffFILES+=	test_read_format_cpio_svr4_gzip_rpm.rpm.uu
457219820SjeffFILES+=	test_read_format_gtar_filename_cp866.tar.Z.uu
458219820SjeffFILES+=	test_read_format_gtar_filename_eucjp.tar.Z.uu
459219820SjeffFILES+=	test_read_format_gtar_filename_koi8r.tar.Z.uu
460219820SjeffFILES+=	test_read_format_gtar_sparse_1_13.tar.uu
461219820SjeffFILES+=	test_read_format_gtar_sparse_1_17.tar.uu
462219820SjeffFILES+=	test_read_format_gtar_sparse_1_17_posix00.tar.uu
463219820SjeffFILES+=	test_read_format_gtar_sparse_1_17_posix01.tar.uu
464219820SjeffFILES+=	test_read_format_gtar_sparse_1_17_posix10.tar.uu
465219820SjeffFILES+=	test_read_format_gtar_sparse_1_17_posix10_modified.tar.uu
466219820SjeffFILES+=	test_read_format_gtar_sparse_skip_entry.tar.Z.uu
467219820SjeffFILES+=	test_read_format_iso.iso.Z.uu
468219820SjeffFILES+=	test_read_format_iso_2.iso.Z.uu
469219820SjeffFILES+=	test_read_format_iso_joliet.iso.Z.uu
470219820SjeffFILES+=	test_read_format_iso_joliet_by_nero.iso.Z.uu
471219820SjeffFILES+=	test_read_format_iso_joliet_long.iso.Z.uu
472219820SjeffFILES+=	test_read_format_iso_joliet_rockridge.iso.Z.uu
473219820SjeffFILES+=	test_read_format_iso_multi_extent.iso.Z.uu
474219820SjeffFILES+=	test_read_format_iso_rockridge.iso.Z.uu
475219820SjeffFILES+=	test_read_format_iso_rockridge_ce.iso.Z.uu
476219820SjeffFILES+=	test_read_format_iso_rockridge_new.iso.Z.uu
477219820SjeffFILES+=	test_read_format_iso_rockridge_rr_moved.iso.Z.uu
478219820SjeffFILES+=	test_read_format_iso_xorriso.iso.Z.uu
479219820SjeffFILES+=	test_read_format_iso_zisofs.iso.Z.uu
480219820SjeffFILES+=	test_read_format_lha_bugfix_0.lzh.uu
481219820SjeffFILES+=	test_read_format_lha_filename_cp932.lzh.uu
482219820SjeffFILES+=	test_read_format_lha_header0.lzh.uu
483219820SjeffFILES+=	test_read_format_lha_header1.lzh.uu
484219820SjeffFILES+=	test_read_format_lha_header2.lzh.uu
485219820SjeffFILES+=	test_read_format_lha_header3.lzh.uu
486219820SjeffFILES+=	test_read_format_lha_lh0.lzh.uu
487219820SjeffFILES+=	test_read_format_lha_lh6.lzh.uu
488219820SjeffFILES+=	test_read_format_lha_lh7.lzh.uu
489219820SjeffFILES+=	test_read_format_lha_withjunk.lzh.uu
490219820SjeffFILES+=	test_read_format_mtree.mtree.uu
491219820SjeffFILES+=	test_read_format_mtree_crash747.mtree.bz2.uu
492219820SjeffFILES+=	test_read_format_mtree_nomagic.mtree.uu
493219820SjeffFILES+=	test_read_format_mtree_nomagic2.mtree.uu
494219820SjeffFILES+=	test_read_format_mtree_nomagic3.mtree.uu
495219820SjeffFILES+=	test_read_format_mtree_noprint.mtree.uu
496219820SjeffFILES+=	test_read_format_rar.rar.uu
497219820SjeffFILES+=	test_read_format_rar_binary_data.rar.uu
498219820SjeffFILES+=	test_read_format_rar_compress_best.rar.uu
499219820SjeffFILES+=	test_read_format_rar_compress_normal.rar.uu
500219820SjeffFILES+=	test_read_format_rar_encryption_data.rar.uu
501219820SjeffFILES+=	test_read_format_rar_encryption_header.rar.uu
502219820SjeffFILES+=	test_read_format_rar_encryption_partially.rar.uu
503219820SjeffFILES+=	test_read_format_rar_invalid1.rar.uu
504219820SjeffFILES+=	test_read_format_rar_multi_lzss_blocks.rar.uu
505219820SjeffFILES+=	test_read_format_rar_multivolume.part0001.rar.uu
506FILES+=	test_read_format_rar_multivolume.part0002.rar.uu
507FILES+=	test_read_format_rar_multivolume.part0003.rar.uu
508FILES+=	test_read_format_rar_multivolume.part0004.rar.uu
509FILES+=	test_read_format_rar_noeof.rar.uu
510FILES+=	test_read_format_rar_ppmd_lzss_conversion.rar.uu
511FILES+=	test_read_format_rar_ppmd_use_after_free.rar.uu
512FILES+=	test_read_format_rar_sfx.exe.uu
513FILES+=	test_read_format_rar_subblock.rar.uu
514FILES+=	test_read_format_rar_unicode.rar.uu
515FILES+=	test_read_format_rar_windows.rar.uu
516FILES+=	test_read_format_rar5_arm.rar.uu
517FILES+=	test_read_format_rar5_blake2.rar.uu
518FILES+=	test_read_format_rar5_compressed.rar.uu
519FILES+=	test_read_format_rar5_distance_overflow.rar.uu
520FILES+=	test_read_format_rar5_extra_field_version.rar.uu
521FILES+=	test_read_format_rar5_fileattr.rar.uu
522FILES+=	test_read_format_rar5_hardlink.rar.uu
523FILES+=	test_read_format_rar5_invalid_dict_reference.rar.uu
524FILES+=	test_read_format_rar5_leftshift1.rar.uu
525FILES+=	test_read_format_rar5_leftshift2.rar.uu
526FILES+=	test_read_format_rar5_multiarchive.part01.rar.uu
527FILES+=	test_read_format_rar5_multiarchive.part02.rar.uu
528FILES+=	test_read_format_rar5_multiarchive.part03.rar.uu
529FILES+=	test_read_format_rar5_multiarchive.part04.rar.uu
530FILES+=	test_read_format_rar5_multiarchive.part05.rar.uu
531FILES+=	test_read_format_rar5_multiarchive.part06.rar.uu
532FILES+=	test_read_format_rar5_multiarchive.part07.rar.uu
533FILES+=	test_read_format_rar5_multiarchive.part08.rar.uu
534FILES+=	test_read_format_rar5_multiarchive_solid.part01.rar.uu
535FILES+=	test_read_format_rar5_multiarchive_solid.part02.rar.uu
536FILES+=	test_read_format_rar5_multiarchive_solid.part03.rar.uu
537FILES+=	test_read_format_rar5_multiarchive_solid.part04.rar.uu
538FILES+=	test_read_format_rar5_multiple_files.rar.uu
539FILES+=	test_read_format_rar5_multiple_files_solid.rar.uu
540FILES+=	test_read_format_rar5_nonempty_dir_stream.rar.uu
541FILES+=	test_read_format_rar5_owner.rar.uu
542FILES+=	test_read_format_rar5_readtables_overflow.rar.uu
543FILES+=	test_read_format_rar5_solid.rar.uu
544FILES+=	test_read_format_rar5_stored.rar.uu
545FILES+=	test_read_format_rar5_stored_manyfiles.rar.uu
546FILES+=	test_read_format_rar5_symlink.rar.uu
547FILES+=	test_read_format_rar5_truncated_huff.rar.uu
548FILES+=	test_read_format_rar5_win32.rar.uu
549FILES+=	test_read_format_raw.bufr.uu
550FILES+=	test_read_format_raw.data.Z.uu
551FILES+=	test_read_format_raw.data.gz.uu
552FILES+=	test_read_format_raw.data.uu
553FILES+=	test_read_format_tar_concatenated.tar.uu
554FILES+=	test_read_format_tar_empty_filename.tar.uu
555FILES+=	test_read_format_tar_empty_pax.tar.Z.uu
556FILES+=	test_read_format_tar_empty_with_gnulabel.tar.uu
557FILES+=	test_read_format_tar_filename_koi8r.tar.Z.uu
558FILES+=	test_read_format_ustar_filename_cp866.tar.Z.uu
559FILES+=	test_read_format_ustar_filename_eucjp.tar.Z.uu
560FILES+=	test_read_format_ustar_filename_koi8r.tar.Z.uu
561FILES+=	test_read_format_warc.warc.uu
562FILES+=	test_read_format_zip.zip.uu
563FILES+=	test_read_format_zip_7075_utf8_paths.zip.uu
564FILES+=	test_read_format_zip_bz2_hang.zip.uu
565FILES+=	test_read_format_zip_bzip2.zipx.uu
566FILES+=	test_read_format_zip_bzip2_multi.zipx.uu
567FILES+=	test_read_format_zip_comment_stored_1.zip.uu
568FILES+=	test_read_format_zip_comment_stored_2.zip.uu
569FILES+=	test_read_format_zip_encryption_data.zip.uu
570FILES+=	test_read_format_zip_encryption_header.zip.uu
571FILES+=	test_read_format_zip_encryption_partially.zip.uu
572FILES+=	test_read_format_zip_extra_padding.zip.uu
573FILES+=	test_read_format_zip_filename_cp866.zip.uu
574FILES+=	test_read_format_zip_filename_cp932.zip.uu
575FILES+=	test_read_format_zip_filename_koi8r.zip.uu
576FILES+=	test_read_format_zip_filename_utf8_jp.zip.uu
577FILES+=	test_read_format_zip_filename_utf8_ru.zip.uu
578FILES+=	test_read_format_zip_filename_utf8_ru2.zip.uu
579FILES+=	test_read_format_zip_high_compression.zip.uu
580FILES+=	test_read_format_zip_jar.jar.uu
581FILES+=	test_read_format_zip_length_at_end.zip.uu
582FILES+=	test_read_format_zip_lzma_alone_leak.zipx.uu
583FILES+=	test_read_format_zip_lzma.zipx.uu
584FILES+=	test_read_format_zip_lzma_multi.zipx.uu
585FILES+=	test_read_format_zip_mac_metadata.zip.uu
586FILES+=	test_read_format_zip_malformed1.zip.uu
587FILES+=	test_read_format_zip_msdos.zip.uu
588FILES+=	test_read_format_zip_nested.zip.uu
589FILES+=	test_read_format_zip_nofiletype.zip.uu
590FILES+=	test_read_format_zip_padded1.zip.uu
591FILES+=	test_read_format_zip_padded2.zip.uu
592FILES+=	test_read_format_zip_padded3.zip.uu
593FILES+=	test_read_format_zip_ppmd8.zipx.uu
594FILES+=	test_read_format_zip_ppmd8_crash_1.zipx.uu             
595FILES+=	test_read_format_zip_ppmd8_crash_2.zipx.uu             
596FILES+=	test_read_format_zip_ppmd8_multi.zipx.uu
597FILES+=	test_read_format_zip_sfx.uu
598FILES+=	test_read_format_zip_symlink.zip.uu
599FILES+=	test_read_format_zip_traditional_encryption_data.zip.uu
600FILES+=	test_read_format_zip_ux.zip.uu
601FILES+=	test_read_format_zip_with_invalid_traditional_eocd.zip.uu
602FILES+=	test_read_format_zip_winzip_aes128.zip.uu
603FILES+=	test_read_format_zip_winzip_aes256.zip.uu
604FILES+=	test_read_format_zip_winzip_aes256_large.zip.uu
605FILES+=	test_read_format_zip_winzip_aes256_stored.zip.uu
606FILES+=	test_read_format_zip_xz_multi.zipx.uu
607FILES+=	test_read_format_zip_zip64a.zip.uu
608FILES+=	test_read_format_zip_zip64b.zip.uu
609FILES+=	test_read_large_splitted_rar_aa.uu
610FILES+=	test_read_large_splitted_rar_ab.uu
611FILES+=	test_read_large_splitted_rar_ac.uu
612FILES+=	test_read_large_splitted_rar_ad.uu
613FILES+=	test_read_large_splitted_rar_ae.uu
614FILES+=	test_read_pax_schily_xattr.tar.uu
615FILES+=	test_read_splitted_rar_aa.uu
616FILES+=	test_read_splitted_rar_ab.uu
617FILES+=	test_read_splitted_rar_ac.uu
618FILES+=	test_read_splitted_rar_ad.uu
619FILES+=	test_read_too_many_filters.gz.uu
620FILES+=	test_splitted_rar_seek_support_aa.uu
621FILES+=	test_splitted_rar_seek_support_ab.uu
622FILES+=	test_splitted_rar_seek_support_ac.uu
623FILES+=	test_write_disk_appledouble.cpio.gz.uu
624FILES+=	test_write_disk_hfs_compression.tgz.uu
625FILES+=	test_write_disk_mac_metadata.tar.gz.uu
626FILES+=	test_write_disk_no_hfs_compression.tgz.uu
627
628.include <bsd.test.mk>
629