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:
@ -1,7 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
|
||||
# Uncomment the set -x line for debugging
|
||||
# set -x
|
||||
set -e
|
||||
|
||||
# Uncomment the set -v line for debugging
|
||||
# set -v
|
||||
|
||||
# Test compression flags and check that they work
|
||||
zstd file ; zstd -t file.zst
|
||||
|
Reference in New Issue
Block a user