summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-21 16:13:38 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-21 16:13:38 (GMT)
commitf084b653835940c749d4fc92a610e861a6644aa2 (patch)
tree2531dd1bf3c93790dafe610dc87bcba0ffd61c8a /tests/Makefile
parent973bc79740f571c2b6700cab16a319df9aed2a05 (diff)
downloadlz4-f084b653835940c749d4fc92a610e861a6644aa2.zip
lz4-f084b653835940c749d4fc92a610e861a6644aa2.tar.gz
lz4-f084b653835940c749d4fc92a610e861a6644aa2.tar.bz2
test Large File support for Mac OS-X in 32-bits mode
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 3e39608..b63493d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -173,7 +173,7 @@ test-lz4-contentSize: lz4 datagen
$(LZ4) -v --content-size tmp | $(LZ4) -d > tmp2
diff -s tmp tmp2
# test large size [2-4] GB
- @./datagen -g3G -P100 | $(LZ4) --verbose | $(LZ4) --decompress --force --sparse - tmp
+ @./datagen -g3G -P100 | $(LZ4) -vv | $(LZ4) --decompress --force --sparse - tmp
@ls -ls tmp
@./datagen -g3G -P100 | $(LZ4) --quiet --content-size | $(LZ4) --verbose --decompress --force --sparse - tmp2
@ls -ls tmp2