This website requires JavaScript.
Explore
Help
Register
Sign In
krak
/
zstd
Watch
1
Star
0
Fork
0
You've already forked zstd
mirror of
https://github.com/facebook/zstd.git
synced
2025-07-07 16:12:26 +02:00
Code
Issues
Releases
1
Activity
Files
74c901bbedd4584190f0cd93d573cf7e014b76d1
zstd
/
tests
/
cli-tests
/
basic
/
version.sh
7 lines
42 B
Bash
Raw
Normal View
History
Unescape
Escape
[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.
2022-01-24 13:52:08 -08:00
#!/bin/sh
set
-e
[test] Add new CLI testing platform Adds the new CLI testing platform that I'm proposing. See the added `README.md` for details.
2022-01-18 13:31:27 -08:00
zstd -V
zstd --version
Reference in New Issue
Copy Permalink