summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-06-13 03:35:37 +0000
committerkientzle <kientzle@FreeBSD.org>2007-06-13 03:35:37 +0000
commite4d94b2a80a77116aad2cffea36fcf5ef9518336 (patch)
tree71e9394ddd2e303d85dc066ae2a3f935b0be6ed5 /lib/libarchive/test/Makefile
parent4abc2f2f474d5ddbdaffb4265fc7b06abba70c46 (diff)
downloadFreeBSD-src-e4d94b2a80a77116aad2cffea36fcf5ef9518336.zip
FreeBSD-src-e4d94b2a80a77116aad2cffea36fcf5ef9518336.tar.gz
Read support for the new GNU tar sparse formats added in gtar 1.15 and
gtar 1.16.
Diffstat (limited to 'lib/libarchive/test/Makefile')
-rw-r--r--lib/libarchive/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index 7f9d115..03f48d6 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -19,6 +19,7 @@ TESTS= \
test_read_format_cpio_svr4c_Z.c \
test_read_format_empty.c \
test_read_format_gtar_gz.c \
+ test_read_format_gtar_sparse.c \
test_read_format_iso_gz.c \
test_read_format_isorr_bz2.c \
test_read_format_pax_bz2.c \
@@ -62,7 +63,7 @@ CFLAGS+= -I${.OBJDIR}
#WARNS=6
test: libarchive_test
- ./libarchive_test
+ ./libarchive_test -k
list.h: ${TESTS} Makefile
(cd ${.CURDIR}; cat ${TESTS}) | grep DEFINE_TEST > list.h
OpenPOWER on IntegriCloud