mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
[test] Add new CLI testing platform
Adds the new CLI testing platform that I'm proposing. See the added `README.md` for details.
This commit is contained in:
7
tests/cli-tests/basic/help.sh
Executable file
7
tests/cli-tests/basic/help.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
println "+ zstd -h"
|
||||
zstd -h
|
||||
println "+ zstd -H"
|
||||
zstd -H
|
||||
println "+ zstd --help"
|
||||
zstd --help
|
Reference in New Issue
Block a user