From ee602ce68c531fbb8b11e7c5f33e7a97569d3656 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 8 Feb 2016 18:46:26 +0100 Subject: [PATCH] Added btlazy2 to short tests --- programs/playTests.sh | 1 + 1 file changed, 1 insertion(+) 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"