From 8154c3d7e277b4f8ab870cd32b0fc0c2490dae13 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sat, 13 Feb 2016 03:12:10 +0100 Subject: [PATCH] added simple one file test --- programs/playTests.sh | 4 ++++ 1 file changed, 4 insertions(+) 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