summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-03-06 04:35:31 +0000
committerkientzle <kientzle@FreeBSD.org>2009-03-06 04:35:31 +0000
commit559aad6489401705ac2b4f98ca4fbe15b69908e4 (patch)
treec9abbe9ea68430b84ff0e6251236b3beecbdd56a /lib/libarchive/test/Makefile
parentfd6ac6664361e245c8710149513f9af43754e513 (diff)
downloadFreeBSD-src-559aad6489401705ac2b4f98ca4fbe15b69908e4.zip
FreeBSD-src-559aad6489401705ac2b4f98ca4fbe15b69908e4.tar.gz
Merge r399,401,402,405,415,430,440,452,453,458,506,533,536,538,544,590
from libarchive.googlecode.com: Add a new "archive_read_disk" API that provides the important service of reading metadata from the disk. In particular, this will make it possible to remove all knowledge of extended attributes, ACLs, etc, from clients such as bsdtar and bsdcpio. Closely related, this API also provides pluggable uid->uname and gid->gname lookup and caching services similar to the uname->uid and gname->gid services provided by archive_write_disk. Remember this is also required for correct ACL management. Documentation is still pending...
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 fc8e3e9..634f510 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -26,6 +26,7 @@ TESTS= \
test_pax_filename_encoding.c \
test_read_compress_program.c \
test_read_data_large.c \
+ test_read_disk.c \
test_read_extract.c \
test_read_format_ar.c \
test_read_format_cpio_bin.c \
OpenPOWER on IntegriCloud