summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-06-22 05:47:00 +0000
committerkientzle <kientzle@FreeBSD.org>2007-06-22 05:47:00 +0000
commit7d9385b48dab3bfe96b61346b68d065684325a93 (patch)
tree2cdcedd3810cee0ec441278b6ef874bef3fc3466 /lib/libarchive/test/Makefile
parentbe1b3aeb35cc2d25fe15301c61533f8663d2bbce (diff)
downloadFreeBSD-src-7d9385b48dab3bfe96b61346b68d065684325a93.zip
FreeBSD-src-7d9385b48dab3bfe96b61346b68d065684325a93.tar.gz
Support for writing the 'newc' cpio format, plus a minimal test harness
for the cpio formats. Thanks to: Rudolf Marek Approved by: re@
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index 03f48d6..8faff40 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -30,6 +30,7 @@ TESTS= \
test_read_format_zip.c \
test_read_large.c \
test_read_position.c \
+ test_read_pax_truncated.c \
test_read_truncated.c \
test_tar_filenames.c \
test_write_compress_program.c \
@@ -37,6 +38,7 @@ TESTS= \
test_write_disk_perms.c \
test_write_disk_secure.c \
test_write_format_ar.c \
+ test_write_format_cpio.c \
test_write_format_cpio_empty.c \
test_write_format_shar_empty.c \
test_write_format_tar.c \
OpenPOWER on IntegriCloud