xref: /aosp_15_r20/external/zstd/tests/cli-tests/dictionaries/golden.sh (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1#!/bin/sh
2
3set -e
4
5GOLDEN_COMP_DIR="$ZSTD_REPO_DIR/tests/golden-compression/"
6GOLDEN_DICT_DIR="$ZSTD_REPO_DIR/tests/golden-dictionaries/"
7
8zstd -D "$GOLDEN_DICT_DIR/http-dict-missing-symbols" "$GOLDEN_COMP_DIR/http" -o http.zst
9zstd -D "$GOLDEN_DICT_DIR/http-dict-missing-symbols" -t http.zst
10