summaryrefslogtreecommitdiff
path: root/archivers/libarchive/files/cat/test/CMakeLists.txt
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-04-10 08:24:03 +0000
committeradam <adam@pkgsrc.org>2019-04-10 08:24:03 +0000
commit4babac4fa78ad74ed3fe3827ed3efae50e22b6fe (patch)
tree79c11cd39420f67b0c183198709bf4d38630c99d /archivers/libarchive/files/cat/test/CMakeLists.txt
parentfedf0a9999799824fd70cc01cfa1ce305cf3a544 (diff)
downloadpkgsrc-4babac4fa78ad74ed3fe3827ed3efae50e22b6fe.tar.gz
libarchive: updated to 3.3.3
libarchive 3.3.3: Avoid super-linear slowdown on malformed mtree files Many fixes for building with Visual Studio NO_OVERWRITE doesn't change existing directory attributes New support for Zstandard read and write filters
Diffstat (limited to 'archivers/libarchive/files/cat/test/CMakeLists.txt')
-rw-r--r--archivers/libarchive/files/cat/test/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/libarchive/files/cat/test/CMakeLists.txt b/archivers/libarchive/files/cat/test/CMakeLists.txt
index 0cd3aad84f4..72f4a1037f8 100644
--- a/archivers/libarchive/files/cat/test/CMakeLists.txt
+++ b/archivers/libarchive/files/cat/test/CMakeLists.txt
@@ -12,6 +12,7 @@ IF(ENABLE_CAT AND ENABLE_TEST)
test_empty_gz.c
test_empty_lz4.c
test_empty_xz.c
+ test_empty_zstd.c
test_error.c
test_error_mixed.c
test_expand_Z.c
@@ -21,7 +22,9 @@ IF(ENABLE_CAT AND ENABLE_TEST)
test_expand_mixed.c
test_expand_plain.c
test_expand_xz.c
+ test_expand_zstd.c
test_help.c
+ test_stdin.c
test_version.c
)