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