From: George Lu Date: Fri, 1 Jun 2018 16:52:25 +0000 (-0700) Subject: Added Test Case X-Git-Tag: v1.3.5~3^2~35^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc3451dcc6a98ed7c66284b6b9bd4be700e0ef2;p=thirdparty%2Fzstd.git Added Test Case --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 200de4bd9..1433122ed 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -485,6 +485,11 @@ $ZSTD -bi0 --fast tmp1 $ECHO "with recursive and quiet modes" $ZSTD -rqi1b1e2 tmp1 +$ECHO "\n===> zstd compatibility tests " + +./datagen > tmp +$ZSTD --format=zstd tmp 2> tmplog +grep "zst" tmplog > $INTOVOID || die "--format=zstd not supported" $ECHO "\n===> gzip compatibility tests "