mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
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.
6 lines
42 B
Bash
Executable file
6 lines
42 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
zstd -V
|
|
zstd --version
|