summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-01 17:21:03 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-01 17:21:03 (GMT)
commit78d2dfd42758328c65d8517b8ee8e6124d7f8407 (patch)
tree916acce9a9a038fe35c13f5123015296acb38232 /programs/Makefile
parentef7cd83271eb6a513dd4fe389ee37a9bfc8e00e6 (diff)
downloadlz4-78d2dfd42758328c65d8517b8ee8e6124d7f8407.zip
lz4-78d2dfd42758328c65d8517b8ee8e6124d7f8407.tar.gz
lz4-78d2dfd42758328c65d8517b8ee8e6124d7f8407.tar.bz2
fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound())
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index a324148..0cebdfe 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -27,11 +27,14 @@
# lz4c32: Same as lz4c, but forced to compile in 32-bits mode
# fuzzer : Test tool, to check lz4 integrity on target platform
# fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
+# frametest : Test tool, to check lz4frame integrity on target platform
+# frametest32: Same as frametest, but forced to compile in 32-bits mode
# fullbench : Precisely measure speed for each LZ4 function variant
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
+# datagen : generates synthetic data samples for tests & benchmarks
# ##########################################################################
-RELEASE?= r128
+RELEASE?= r129
DESTDIR?=
PREFIX ?= /usr/local