From: Yann Collet Date: Sat, 13 Feb 2016 02:12:10 +0000 (+0100) Subject: added simple one file test X-Git-Tag: v0.5.1^2~3^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8154c3d7e277b4f8ab870cd32b0fc0c2490dae13;p=thirdparty%2Fzstd.git added simple one file test --- diff --git a/programs/playTests.sh b/programs/playTests.sh index c9778d960..069acc134 100755 --- a/programs/playTests.sh +++ b/programs/playTests.sh @@ -23,6 +23,10 @@ roundTripTest() { [ -n "$ZSTD" ] || die "ZSTD variable must be defined!" +echo "\n**** simple test **** " +./datagen > tmp +$ZSTD tmp + echo "\n**** frame concatenation **** " echo "hello " > hello.tmp