This website requires JavaScript.
Explore
Help
Register
Sign in
denuvo-ref
/
zstd
Watch
1
Star
0
Fork
You've already forked zstd
0
mirror of
https://github.com/facebook/zstd
synced
2026-08-22 22:32:07 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
test_artifacts
zstd
/
tests
/
cli-tests
/
basic
/
version.sh
7 lines
42 B
Bash
Raw
Permalink
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 a new issue
Copy permalink