git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / compression / window-resize.sh
1 #!/bin/sh
2 datagen -g1G > file
3 zstd --long=30 -1 --single-thread --no-content-size -f file
4 zstd -l -v file.zst
5
6 # We want to ignore stderr (its outputting "*** zstd command line interface
7 # 64-bits v1.5.3, by Yann Collet ***")
8
9 rm file file.zst