summaryrefslogtreecommitdiff
path: root/cat/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'cat/test/test.h')
-rw-r--r--cat/test/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cat/test/test.h b/cat/test/test.h
index fa3e9c57..68473851 100644
--- a/cat/test/test.h
+++ b/cat/test/test.h
@@ -281,6 +281,9 @@ int canGzip(void);
/* Return true if this platform can run the "lrzip" program. */
int canLrzip(void);
+/* Return true if this platform can run the "lz4" program. */
+int canLz4(void);
+
/* Return true if this platform can run the "lzip" program. */
int canLzip(void);