Home | History | Annotate | Line # | Download | only in decompression
      1 #!/bin/sh
      2 
      3 set -e
      4 
      5 GOLDEN_DIR="$ZSTD_REPO_DIR/tests/golden-decompression/"
      6 
      7 zstd -r -t "$GOLDEN_DIR"
      8