git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / dictionaries / golden.sh
1 #!/bin/sh
2
3 set -e
4
5 GOLDEN_COMP_DIR="$ZSTD_REPO_DIR/tests/golden-compression/"
6 GOLDEN_DICT_DIR="$ZSTD_REPO_DIR/tests/golden-dictionaries/"
7
8 zstd -D "$GOLDEN_DICT_DIR/http-dict-missing-symbols" "$GOLDEN_COMP_DIR/http" -o http.zst
9 zstd -D "$GOLDEN_DICT_DIR/http-dict-missing-symbols" -t http.zst