1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

[CI] Hook cli-tests up to CI

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.
This commit is contained in:
Nick Terrell
2022-01-24 13:52:08 -08:00
parent f3096ff6d1
commit 1fc42de86a
18 changed files with 102 additions and 96 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh -e
#!/bin/sh
set -e
println "+ zstd -h"
zstd -h
println "+ zstd -H"

View File

@ -1,3 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
zstd -V
zstd --version