From: Yann Collet Date: Mon, 8 Feb 2016 17:46:26 +0000 (+0100) Subject: Added btlazy2 to short tests X-Git-Tag: v0.5.1^2~3^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee602ce68c531fbb8b11e7c5f33e7a97569d3656;p=thirdparty%2Fzstd.git Added btlazy2 to short tests --- diff --git a/programs/playTests.sh b/programs/playTests.sh index 0fe8db23c..af5215701 100755 --- a/programs/playTests.sh +++ b/programs/playTests.sh @@ -69,6 +69,7 @@ echo "**** zstd round-trip tests **** " roundTripTest roundTripTest '' 6 +roundTripTest '' 16 if [ "$1" != "--test-large-data" ]; then echo "Skipping large data tests"