Deleted Added
full compact
Makefile (299529) Makefile (302075)
1# $FreeBSD: head/lib/libarchive/tests/Makefile 299529 2016-05-12 10:16:16Z mm $
1# $FreeBSD: head/lib/libarchive/tests/Makefile 302075 2016-06-22 07:49:59Z mm $
2
3PACKAGE= tests
4
5_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
6
7ATF_TESTS_SH+= functional_test
8
9BINDIR= ${TESTSDIR}

--- 139 unchanged lines hidden (view full) ---

149 test_read_format_lha_bugfix_0.c \
150 test_read_format_lha_filename.c \
151 test_read_format_mtree.c \
152 test_read_format_pax_bz2.c \
153 test_read_format_rar.c \
154 test_read_format_rar_encryption_data.c \
155 test_read_format_rar_encryption_header.c \
156 test_read_format_rar_encryption_partially.c \
2
3PACKAGE= tests
4
5_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
6
7ATF_TESTS_SH+= functional_test
8
9BINDIR= ${TESTSDIR}

--- 139 unchanged lines hidden (view full) ---

149 test_read_format_lha_bugfix_0.c \
150 test_read_format_lha_filename.c \
151 test_read_format_mtree.c \
152 test_read_format_pax_bz2.c \
153 test_read_format_rar.c \
154 test_read_format_rar_encryption_data.c \
155 test_read_format_rar_encryption_header.c \
156 test_read_format_rar_encryption_partially.c \
157 test_read_format_rar_invalid1.c \
157 test_read_format_raw.c \
158 test_read_format_tar.c \
159 test_read_format_tar_concatenated.c \
160 test_read_format_tar_empty_filename.c \
161 test_read_format_tar_empty_pax.c \
162 test_read_format_tar_filename.c \
163 test_read_format_tbz.c \
164 test_read_format_tgz.c \

--- 63 unchanged lines hidden (view full) ---

228 test_write_format_7zip_empty.c \
229 test_write_format_7zip_large.c \
230 test_write_format_ar.c \
231 test_write_format_cpio.c \
232 test_write_format_cpio_empty.c \
233 test_write_format_cpio_newc.c \
234 test_write_format_cpio_odc.c \
235 test_write_format_gnutar.c \
158 test_read_format_raw.c \
159 test_read_format_tar.c \
160 test_read_format_tar_concatenated.c \
161 test_read_format_tar_empty_filename.c \
162 test_read_format_tar_empty_pax.c \
163 test_read_format_tar_filename.c \
164 test_read_format_tbz.c \
165 test_read_format_tgz.c \

--- 63 unchanged lines hidden (view full) ---

229 test_write_format_7zip_empty.c \
230 test_write_format_7zip_large.c \
231 test_write_format_ar.c \
232 test_write_format_cpio.c \
233 test_write_format_cpio_empty.c \
234 test_write_format_cpio_newc.c \
235 test_write_format_cpio_odc.c \
236 test_write_format_gnutar.c \
237 test_write_format_gnutar_filenames.c \
236 test_write_format_iso9660.c \
237 test_write_format_iso9660_boot.c \
238 test_write_format_iso9660_empty.c \
239 test_write_format_iso9660_filename.c \
240 test_write_format_iso9660_zisofs.c \
241 test_write_format_mtree.c \
242 test_write_format_mtree_absolute_path.c \
243 test_write_format_mtree_classic.c \

--- 219 unchanged lines hidden (view full) ---

463${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu
464${PACKAGE}FILES+= test_read_format_rar.rar.uu
465${PACKAGE}FILES+= test_read_format_rar_binary_data.rar.uu
466${PACKAGE}FILES+= test_read_format_rar_compress_best.rar.uu
467${PACKAGE}FILES+= test_read_format_rar_compress_normal.rar.uu
468${PACKAGE}FILES+= test_read_format_rar_encryption_data.rar.uu
469${PACKAGE}FILES+= test_read_format_rar_encryption_header.rar.uu
470${PACKAGE}FILES+= test_read_format_rar_encryption_partially.rar.uu
238 test_write_format_iso9660.c \
239 test_write_format_iso9660_boot.c \
240 test_write_format_iso9660_empty.c \
241 test_write_format_iso9660_filename.c \
242 test_write_format_iso9660_zisofs.c \
243 test_write_format_mtree.c \
244 test_write_format_mtree_absolute_path.c \
245 test_write_format_mtree_classic.c \

--- 219 unchanged lines hidden (view full) ---

465${PACKAGE}FILES+= test_read_format_mtree_nomagic3.mtree.uu
466${PACKAGE}FILES+= test_read_format_rar.rar.uu
467${PACKAGE}FILES+= test_read_format_rar_binary_data.rar.uu
468${PACKAGE}FILES+= test_read_format_rar_compress_best.rar.uu
469${PACKAGE}FILES+= test_read_format_rar_compress_normal.rar.uu
470${PACKAGE}FILES+= test_read_format_rar_encryption_data.rar.uu
471${PACKAGE}FILES+= test_read_format_rar_encryption_header.rar.uu
472${PACKAGE}FILES+= test_read_format_rar_encryption_partially.rar.uu
473${PACKAGE}FILES+= test_read_format_rar_invalid1.rar.uu
471${PACKAGE}FILES+= test_read_format_rar_multi_lzss_blocks.rar.uu
472${PACKAGE}FILES+= test_read_format_rar_multivolume.part0001.rar.uu
473${PACKAGE}FILES+= test_read_format_rar_multivolume.part0002.rar.uu
474${PACKAGE}FILES+= test_read_format_rar_multivolume.part0003.rar.uu
475${PACKAGE}FILES+= test_read_format_rar_multivolume.part0004.rar.uu
476${PACKAGE}FILES+= test_read_format_rar_noeof.rar.uu
477${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu
478${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu

--- 63 unchanged lines hidden ---
474${PACKAGE}FILES+= test_read_format_rar_multi_lzss_blocks.rar.uu
475${PACKAGE}FILES+= test_read_format_rar_multivolume.part0001.rar.uu
476${PACKAGE}FILES+= test_read_format_rar_multivolume.part0002.rar.uu
477${PACKAGE}FILES+= test_read_format_rar_multivolume.part0003.rar.uu
478${PACKAGE}FILES+= test_read_format_rar_multivolume.part0004.rar.uu
479${PACKAGE}FILES+= test_read_format_rar_noeof.rar.uu
480${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu
481${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu

--- 63 unchanged lines hidden ---