diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2020-05-20 20:58:48 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2020-05-20 20:58:48 +0000 |
| commit | de6fa6b43b494faedcf7eeb12cb9164c11b4fd17 (patch) | |
| tree | 01d99e99db17889927af7c6b85b35868c9f6b724 /lib/libarchive/tests | |
| parent | 6faabe5411630cef6155925b1a5619fce7064549 (diff) | |
| parent | e117869ad30ae48ff0943c9497c626fddbc899ba (diff) | |
Notes
Diffstat (limited to 'lib/libarchive/tests')
| -rw-r--r-- | lib/libarchive/tests/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index 68db403be7b6..41e23a23f4ed 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -205,7 +205,8 @@ TESTS_SRCS= \ test_read_format_zip_with_invalid_traditional_eocd.c \ test_read_format_zip_zip64.c \ test_read_large.c \ - test_read_pax_schily_xattr.c \ + test_read_pax_xattr_rht_security_selinux.c \ + test_read_pax_xattr_schily.c \ test_read_pax_truncated.c \ test_read_position.c \ test_read_set_format.c \ @@ -383,6 +384,7 @@ ${PACKAGE}FILES+= test_compat_zip_6.zip.uu ${PACKAGE}FILES+= test_compat_zip_7.xps.uu ${PACKAGE}FILES+= test_compat_zip_8.zip.uu ${PACKAGE}FILES+= test_compat_zstd_1.tar.zst.uu +${PACKAGE}FILES+= test_compat_zstd_2.tar.zst.uu ${PACKAGE}FILES+= test_fuzz.cab.uu ${PACKAGE}FILES+= test_fuzz.lzh.uu ${PACKAGE}FILES+= test_fuzz_1.iso.Z.uu @@ -628,7 +630,8 @@ ${PACKAGE}FILES+= test_read_large_splitted_rar_ab.uu ${PACKAGE}FILES+= test_read_large_splitted_rar_ac.uu ${PACKAGE}FILES+= test_read_large_splitted_rar_ad.uu ${PACKAGE}FILES+= test_read_large_splitted_rar_ae.uu -${PACKAGE}FILES+= test_read_pax_schily_xattr.tar.uu +${PACKAGE}FILES+= test_read_pax_xattr_rht_security_selinux.tar.uu +${PACKAGE}FILES+= test_read_pax_xattr_schily.tar.uu ${PACKAGE}FILES+= test_read_splitted_rar_aa.uu ${PACKAGE}FILES+= test_read_splitted_rar_ab.uu ${PACKAGE}FILES+= test_read_splitted_rar_ac.uu |
