
Add cli-tests to `make test`. This adds a `python3` dependency to `make test`, but not `make check`. We could make this dependency optional by skipping the tests if `python3` is not present.
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
zstd files/0 -D dicts/0
|
|
zstd -t files/0.zst -D dicts/0
|
|
zstd -t files/0.zst -D dicts/1 && die "Must fail" ||:
|
|
files/0.zst : Decoding error (36) : Dictionary mismatch
|
|
zstd -t files/0.zst && die "Must fail" ||:
|
|
files/0.zst : Decoding error (36) : Dictionary mismatch
|