diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2017-09-30 23:33:19 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2017-09-30 23:33:19 +0000 |
| commit | 533ab3c53efbfd230b718ed77dc9ea4d1446ddfc (patch) | |
| tree | 7754efa68576e44389846bd73fad80a27240b0ba /test_utils/test_common.h | |
| parent | b85c4c3da0a560cb98d13902c308e54fdeb52d70 (diff) | |
Notes
Diffstat (limited to 'test_utils/test_common.h')
| -rw-r--r-- | test_utils/test_common.h | 3 |
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); |
