diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-06-29 10:58:31 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-06-29 10:58:31 +0000 |
commit | 42b1c3af5e19adf3fd120d3e5598faaad55754bb (patch) | |
tree | dba70cb4768796aefcaa6f956d5425f1f6ce8cda /lib/libarchive | |
parent | e37240f9f35097b24a056767e056b200300be7b5 (diff) |
Install missing test data file
MFC with: r349527
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=349538
Diffstat (limited to 'lib/libarchive')
-rw-r--r-- | lib/libarchive/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index be3d13549362..081e6e554af6 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -512,6 +512,7 @@ ${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu ${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu ${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu +${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu |