playTests.sh: Added --test-large-data switch.

This commit is contained in:
Konstantin Tokarev
2015-12-08 18:47:43 +03:00
parent 76be378513
commit 0b570b59d2
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -47,6 +47,11 @@ echo "**** zstd round-trip tests **** "
roundTripTest
roundTripTest '' 6
if [ "$1" != "--test-large-data" ]; then
echo "Skipping large data tests"
exit 0
fi
roundTripTest -g270000000 1
roundTripTest -g270000000 2
roundTripTest -g270000000 3