summaryrefslogtreecommitdiff
path: root/test_utils/test_common.h
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2017-09-30 23:33:19 +0000
committerMartin Matuska <mm@FreeBSD.org>2017-09-30 23:33:19 +0000
commit533ab3c53efbfd230b718ed77dc9ea4d1446ddfc (patch)
tree7754efa68576e44389846bd73fad80a27240b0ba /test_utils/test_common.h
parentb85c4c3da0a560cb98d13902c308e54fdeb52d70 (diff)
Notes
Diffstat (limited to 'test_utils/test_common.h')
-rw-r--r--test_utils/test_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_utils/test_common.h b/test_utils/test_common.h
index 1425dd84b7df..dd7e41016d52 100644
--- a/test_utils/test_common.h
+++ b/test_utils/test_common.h
@@ -329,6 +329,9 @@ int canLrzip(void);
/* Return true if this platform can run the "lz4" program. */
int canLz4(void);
+/* Return true if this platform can run the "zstd" program. */
+int canZstd(void);
+
/* Return true if this platform can run the "lzip" program. */
int canLzip(void);