summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-03 15:17:38 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-03 15:17:38 (GMT)
commit8847faffbf78ad7166826a56fb15902fca0e2603 (patch)
treeaefb9aa47c9d0384c0cbe9300a659f9419b580c0 /tests/Makefile
parentf38adde9e0c2ffcac66bf094c3f24e25ec24c8a6 (diff)
downloadlz4-8847faffbf78ad7166826a56fb15902fca0e2603.zip
lz4-8847faffbf78ad7166826a56fb15902fca0e2603.tar.gz
lz4-8847faffbf78ad7166826a56fb15902fca0e2603.tar.bz2
updated programs/README.md
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
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