summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-01 23:11:34 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-01 23:11:34 (GMT)
commite68d1c98c1b4f036f3345ca56d8649b34305e9cb (patch)
treea5eba7ec56907309bd7ff6dc6daa146e63672c16 /programs/Makefile
parent8f4e201a06109a4be4494aa5b024b3b4077e9d0d (diff)
downloadlz4-e68d1c98c1b4f036f3345ca56d8649b34305e9cb.zip
lz4-e68d1c98c1b4f036f3345ca56d8649b34305e9cb.tar.gz
lz4-e68d1c98c1b4f036f3345ca56d8649b34305e9cb.tar.bz2
restored lz4 hc compression ratio
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 543eb7c..076d3bf 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -20,7 +20,7 @@
#
# You can contact the author at :
# - LZ4 source repository : http://code.google.com/p/lz4/
-# - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c
+# - LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
# ##########################################################################
# lz4 : Command Line Utility, supporting gzip-like arguments
# lz4c : CLU, supporting also legacy lz4demo arguments
@@ -143,6 +143,7 @@ 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 -g17M | ./lz4 -9v | ./lz4 -vdq > $(VOID)
./datagen -g256MB | ./lz4 -vqB4D | ./lz4 -vdq > $(VOID)
./datagen -g6GB | ./lz4 -vqB5D | ./lz4 -vdq > $(VOID)
# test frame concatenation with null-length frame