diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-12-16 01:13:19 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-12-16 01:13:19 (GMT) |
commit | 95cc6cef6444b202a93ba414b7a9996eb2c72ca3 (patch) | |
tree | 3a2a7c48aa32847b5e132ba815609b427bdfbb7f /programs/Makefile | |
parent | 7a8cd6996072f53f83ded52a325a4c4a4aed5a35 (diff) | |
download | lz4-95cc6cef6444b202a93ba414b7a9996eb2c72ca3.zip lz4-95cc6cef6444b202a93ba414b7a9996eb2c72ca3.tar.gz lz4-95cc6cef6444b202a93ba414b7a9996eb2c72ca3.tar.bz2 |
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Diffstat (limited to 'programs/Makefile')
-rw-r--r-- | programs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/Makefile b/programs/Makefile index f097d06..67218c1 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -142,6 +142,7 @@ test-travis: $(TRAVIS_TARGET) test-lz4: lz4 datagen ./datagen -g16KB | ./lz4 -9 | ./lz4 -vdq > $(VOID) ./datagen | ./lz4 | ./lz4 -vdq > $(VOID) + ./datagen -g6M -p100 | ./lz4 -9BD | ./lz4 -vdq > $(VOID) ./datagen -g256MB | ./lz4 -vqB4D | ./lz4 -vdq > $(VOID) ./datagen -g6GB | ./lz4 -vqB5D | ./lz4 -vdq > $(VOID) # test frame concatenation with null-length frame |