mirror of
https://github.com/facebook/zstd.git
synced 2025-12-14 00:04:37 -05:00
added simple one file test
This commit is contained in:
parent
e8bd73df80
commit
8154c3d7e2
@ -23,6 +23,10 @@ roundTripTest() {
|
|||||||
[ -n "$ZSTD" ] || die "ZSTD variable must be defined!"
|
[ -n "$ZSTD" ] || die "ZSTD variable must be defined!"
|
||||||
|
|
||||||
|
|
||||||
|
echo "\n**** simple test **** "
|
||||||
|
./datagen > tmp
|
||||||
|
$ZSTD tmp
|
||||||
|
|
||||||
echo "\n**** frame concatenation **** "
|
echo "\n**** frame concatenation **** "
|
||||||
|
|
||||||
echo "hello " > hello.tmp
|
echo "hello " > hello.tmp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user