NB_LOOPS ?= -i1

This commit is contained in:
Przemyslaw Skibinski 2016-11-10 10:25:41 +01:00
parent cf8ca581d1
commit 74f127787b
2 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,7 @@ matrix:
- libc6-dev-i386
- gcc-multilib
- env: Ubu=14.04 Cmd='make -C test-fullbench32 versionsTest' COMPILER=cc
- env: Ubu=14.04 Cmd='make -C tests test-fullbench32 versionsTest' COMPILER=cc
dist: trusty
sudo: required
addons:

View File

@ -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