diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-03 15:17:38 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-03 15:17:38 (GMT) |
commit | 8847faffbf78ad7166826a56fb15902fca0e2603 (patch) | |
tree | aefb9aa47c9d0384c0cbe9300a659f9419b580c0 /tests | |
parent | f38adde9e0c2ffcac66bf094c3f24e25ec24c8a6 (diff) | |
download | lz4-8847faffbf78ad7166826a56fb15902fca0e2603.zip lz4-8847faffbf78ad7166826a56fb15902fca0e2603.tar.gz lz4-8847faffbf78ad7166826a56fb15902fca0e2603.tar.bz2 |
updated programs/README.md
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 824f7f3..d7a195a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -37,7 +37,7 @@ BINDIR := $(PREFIX)/bin MANDIR := $(PREFIX)/share/man/man1 LZ4DIR := ../lib PRGDIR := ../programs -TESTDIR := lz4test +TESTDIR := versionsTest PYTHON?= python3 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make |