mirror of
https://github.com/facebook/zstd.git
synced 2025-04-21 23:05:51 +03: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.
7 lines
42 B
Bash
Executable File
7 lines
42 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
zstd -V
|
|
zstd --version
|