diff options
author | Yann Collet <cyan@fb.com> | 2020-08-12 14:39:01 -0700 |
---|---|---|
committer | Yann Collet <cyan@fb.com> | 2020-08-12 14:39:01 -0700 |
commit | f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3 (patch) | |
tree | dfa7477ae487078e8a51e3a3469edf5e737fc33f /tests/Makefile | |
parent | f328e329b3cec38ec8316d454279b79d19c36fdd (diff) | |
download | lz4-f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3.tar.gz lz4-f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3.tar.bz2 lz4-f9f3fdfb1cb3b359a81247b9b72e08f435a1f5e3.zip |
added test decompress-partial with extraneous input bytes
fails currently,
for investigation of #783
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 05cae15..80b30f3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -391,7 +391,7 @@ test-lz4-dict: lz4 datagen test-lz4-hugefile: lz4 datagen @echo "\n ---- test huge files compression/decompression ----" ./datagen -g6GB | $(LZ4) -vB5D | $(LZ4) -qt - ./datagen -g5GB | $(LZ4) -v4BD | $(LZ4) -qt + ./datagen -g4500MB | $(LZ4) -v3BD | $(LZ4) -qt # test large file size [2-4] GB @./datagen -g3G -P100 | $(LZ4) -vv | $(LZ4) --decompress --force --sparse - tmphf1 @ls -ls tmphf1 |