summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-04-27 19:30:09 +0000
committerkientzle <kientzle@FreeBSD.org>2009-04-27 19:30:09 +0000
commit7a3f45569d122d8aae47334d3a8568287f86fa00 (patch)
tree2361b996c6e9201632ea2d6b0ffda91f82edd554 /lib/libarchive/test/Makefile
parentafb10f1ced1d396df35bb5222c382ab41b2018ac (diff)
downloadFreeBSD-src-7a3f45569d122d8aae47334d3a8568287f86fa00.zip
FreeBSD-src-7a3f45569d122d8aae47334d3a8568287f86fa00.tar.gz
Merge r1061,r1062,r1063 from libarchive.googlecode.com:
Fix reading big-endian binary cpio archives, and add a test. While I'm here, add a note about Solaris ACL extension for cpio, which should be relatively straightforward to support. Thanks to: Edward Napierala, who sent me a big-endian cpio archive from a Solaris system he's been playing with. Pointy hat: me
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index b6aeff1..59346f5 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -39,6 +39,7 @@ TESTS= \
test_read_format_ar.c \
test_read_format_cpio_bin.c \
test_read_format_cpio_bin_Z.c \
+ test_read_format_cpio_bin_be.c \
test_read_format_cpio_bin_bz2.c \
test_read_format_cpio_bin_gz.c \
test_read_format_cpio_bin_xz.c \
OpenPOWER on IntegriCloud