summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-04-07 05:54:23 +0000
committerkientzle <kientzle@FreeBSD.org>2007-04-07 05:54:23 +0000
commit495689c98f061c40d68ac25009a282e9c9090510 (patch)
tree757b95d9a4d6b1c80c6ec3d6bb533abe0994dda3 /lib/libarchive/test/Makefile
parent6c2dd913ffdac8f3a54b742f11e84e6ad3810269 (diff)
downloadFreeBSD-src-495689c98f061c40d68ac25009a282e9c9090510.zip
FreeBSD-src-495689c98f061c40d68ac25009a282e9c9090510.tar.gz
Enable 'ar' support; hook it up to the build and
enable it with _read_support_format_all().
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index 552dec1..b5da3ab 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -7,6 +7,7 @@ TESTS= \
test_bad_fd.c \
test_read_data_large.c \
test_read_extract.c \
+ test_read_format_ar.c \
test_read_format_cpio_bin.c \
test_read_format_cpio_bin_Z.c \
test_read_format_cpio_bin_bz2.c \
@@ -30,6 +31,7 @@ TESTS= \
test_write_disk.c \
test_write_disk_perms.c \
test_write_disk_secure.c \
+ test_write_format_ar.c \
test_write_format_cpio_empty.c \
test_write_format_shar_empty.c \
test_write_format_tar.c \
@@ -66,4 +68,4 @@ clean:
-chmod -R +w /tmp/libarchive_test.*
rm -rf /tmp/libarchive_test.*
-.include <bsd.prog.mk> \ No newline at end of file
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud