commit | 8154c3d7e277b4f8ab870cd32b0fc0c2490dae13 | [log] [tgz] |
---|---|---|
author | Yann Collet <yann.collet.73@gmail.com> | Sat Feb 13 03:12:10 2016 +0100 |
committer | Yann Collet <yann.collet.73@gmail.com> | Sat Feb 13 03:12:10 2016 +0100 |
tree | 1206501ad19fac66f49d6fd232f3181f971ac767 | |
parent | e8bd73df80cefcd13a66f2517283680542217d7c [diff] [blame] |
added simple one file test
diff --git a/programs/playTests.sh b/programs/playTests.sh index c9778d9..069acc1 100755 --- a/programs/playTests.sh +++ b/programs/playTests.sh
@@ -23,6 +23,10 @@ [ -n "$ZSTD" ] || die "ZSTD variable must be defined!" +echo "\n**** simple test **** " +./datagen > tmp +$ZSTD tmp + echo "\n**** frame concatenation **** " echo "hello " > hello.tmp