Deleted Added
full compact
Makefile (349524) Makefile (349900)
1# $FreeBSD: stable/11/lib/libarchive/tests/Makefile 349524 2019-06-28 22:33:44Z mm $
1# $FreeBSD: stable/11/lib/libarchive/tests/Makefile 349900 2019-07-11 00:21:47Z mm $
2
3PACKAGE= tests
4
5_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
6
7ATF_TESTS_SH+= functional_test
8
9BINDIR= ${TESTSDIR}

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

504${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu
505${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free.rar.uu
506${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free2.rar.uu
507${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu
508${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu
509${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu
510${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu
511${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu
2
3PACKAGE= tests
4
5_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
6
7ATF_TESTS_SH+= functional_test
8
9BINDIR= ${TESTSDIR}

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

504${PACKAGE}FILES+= test_read_format_rar_ppmd_lzss_conversion.rar.uu
505${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free.rar.uu
506${PACKAGE}FILES+= test_read_format_rar_ppmd_use_after_free2.rar.uu
507${PACKAGE}FILES+= test_read_format_rar_sfx.exe.uu
508${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu
509${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu
510${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu
511${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu
512${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu
512${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu
513${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu
514${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu
515${PACKAGE}FILES+= test_read_format_rar5_distance_overflow.rar.uu
516${PACKAGE}FILES+= test_read_format_rar5_extra_field_version.rar.uu
517${PACKAGE}FILES+= test_read_format_rar5_fileattr.rar.uu
518${PACKAGE}FILES+= test_read_format_rar5_hardlink.rar.uu
519${PACKAGE}FILES+= test_read_format_rar5_invalid_dict_reference.rar.uu

--- 105 unchanged lines hidden ---
513${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu
514${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu
515${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu
516${PACKAGE}FILES+= test_read_format_rar5_distance_overflow.rar.uu
517${PACKAGE}FILES+= test_read_format_rar5_extra_field_version.rar.uu
518${PACKAGE}FILES+= test_read_format_rar5_fileattr.rar.uu
519${PACKAGE}FILES+= test_read_format_rar5_hardlink.rar.uu
520${PACKAGE}FILES+= test_read_format_rar5_invalid_dict_reference.rar.uu

--- 105 unchanged lines hidden ---