mirror of
https://github.com/facebook/zstd.git
synced 2025-07-07 16:12:26 +02:00
8 lines
101 B
Bash
8 lines
101 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
GOLDEN_DIR="$ZSTD_REPO_DIR/tests/golden-decompression/"
|
||
|
|
||
|
zstd -r -t "$GOLDEN_DIR"
|