svn commit: r311904 - head/lib/libarchive/tests
Martin Matuska
mm at FreeBSD.org
Tue Jan 10 22:01:39 UTC 2017
Author: mm
Date: Tue Jan 10 22:01:37 2017
New Revision: 311904
URL: https://svnweb.freebsd.org/changeset/base/311904
Log:
Build libarchive tests missing in r311899
MFC after: 1 week
X-MFC with: r311899
Modified:
head/lib/libarchive/tests/Makefile
Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile Tue Jan 10 21:59:35 2017 (r311903)
+++ head/lib/libarchive/tests/Makefile Tue Jan 10 22:01:37 2017 (r311904)
@@ -196,6 +196,7 @@ TESTS_SRCS= \
test_read_format_zip_winzip_aes_large.c \
test_read_format_zip_zip64.c \
test_read_large.c \
+ test_read_pax_schily_xattr.c \
test_read_pax_truncated.c \
test_read_position.c \
test_read_set_format.c \
@@ -549,6 +550,7 @@ ${PACKAGE}FILES+= test_read_large_splitt
${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_splitted_rar_aa.uu
${PACKAGE}FILES+= test_read_splitted_rar_ab.uu
${PACKAGE}FILES+= test_read_splitted_rar_ac.uu
More information about the svn-src-all
mailing list