]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added simple one file test
authorYann Collet <yann.collet.73@gmail.com>
Sat, 13 Feb 2016 02:12:10 +0000 (03:12 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 13 Feb 2016 02:12:10 +0000 (03:12 +0100)
programs/playTests.sh

index c9778d960288505d1723b047323700cd49cf6744..069acc134fc2dfd004080fc7f0a18137e7fdc76e 100755 (executable)
@@ -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