add zstd
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
GOLDEN_DIR="$ZSTD_REPO_DIR/tests/golden-decompression/"
|
||||
|
||||
zstd -r -t "$GOLDEN_DIR"
|
||||
Reference in New Issue
Block a user