summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-01-31 07:47:38 +0000
committerkientzle <kientzle@FreeBSD.org>2008-01-31 07:47:38 +0000
commit213915cb49d168b2bec532920c73351ee0fb53ba (patch)
treecca0d1ea855432cfa727816be62bbb58babb90c4 /lib/libarchive/test/Makefile
parent512df3b205d7ab93a9a868315d0eafb9347cad28 (diff)
downloadFreeBSD-src-213915cb49d168b2bec532920c73351ee0fb53ba.zip
FreeBSD-src-213915cb49d168b2bec532920c73351ee0fb53ba.tar.gz
Add a test to verify compatibility with archives with
odd hardlinks. I need to extend this to test pax extended archives with bodies attached to hardlinks and other less-common cases.
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 b727cc5..d55e2e6 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -9,6 +9,7 @@ LA_SRCS!=make -f ${LA_SRCDIR}/Makefile -V SRCS
TESTFILES= \
test_compat_gtar_1.tgz \
+ test_compat_tar_hardlink_1.tar \
test_compat_zip_1.zip \
test_read_format_gtar_sparse_1_13.tgz \
test_read_format_gtar_sparse_1_17.tgz \
@@ -23,6 +24,7 @@ TESTS= \
test_archive_api_feature.c \
test_bad_fd.c \
test_compat_gtar.c \
+ test_compat_tar_hardlink.c \
test_compat_zip.c \
test_empty_write.c \
test_entry.c \
OpenPOWER on IntegriCloud