added simple one file test

This commit is contained in:
Yann Collet 2016-02-13 03:12:10 +01:00
parent e8bd73df80
commit 8154c3d7e2

View File

@ -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