added test to cli-tests

This commit is contained in:
Danielle Rozenblit
2022-12-13 12:45:41 -08:00
parent 69ec75f0d5
commit 32bb667138
3 changed files with 13 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
datagen -g1G > file
zstd --long=31 -1 --single-thread --no-content-size -f file
zstd -l -v file.zst
# We want to ignore stderr (its outputting "*** zstd command line interface
# 64-bits v1.5.3, by Yann Collet ***")
rm file file.zst
@@ -0,0 +1 @@
...
@@ -0,0 +1,3 @@
...
Window Size: 1.000 GiB (1073741824 B)
...