summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-11-10 09:25:41 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-11-10 09:25:41 (GMT)
commit74f127787b85d2e2f5c29a84729624b3957ee82a (patch)
treedcfcca32ee58db82a41998b62a5dd33400fc0f4c /tests/Makefile
parentcf8ca581d1e8fd686566ffc1f2e0632367afbbcc (diff)
downloadlz4-74f127787b85d2e2f5c29a84729624b3957ee82a.zip
lz4-74f127787b85d2e2f5c29a84729624b3957ee82a.tar.gz
lz4-74f127787b85d2e2f5c29a84729624b3957ee82a.tar.bz2
NB_LOOPS ?= -i1
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2a11442..3c62173 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -39,7 +39,7 @@ MANDIR := $(PREFIX)/share/man/man1
LZ4DIR := ../lib
PRGDIR := ../programs
TESTDIR := versionsTest
-PYTHON?= python3
+PYTHON ?= python3
CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes
@@ -59,6 +59,7 @@ endif
# Default test parameters
TEST_FILES := COPYING
FUZZER_TIME := -T3mn
+NB_LOOPS ?= -i1
default: bins