Fix CHECK_ARGS passing.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-03-05 13:41:24 -08:00
parent 08a6cc7621
commit df6050bb9c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ N ?= 48
SEGMATCH_FLAGS=-m 15 -M 45
endif
CHECK_ARGS="--max-iters 12 --min-progress 50"
CHECK_ARGS=--max-iters 12 --min-progress 50
include ../pip_loop.mk

View File

@ -20,7 +20,7 @@ SPECIMENS_DEPS ?=
# See int_loop_check.py
# rempips took 35 iters once, so set 50 as a good start point
CHECK_ARGS := --zero-entries --timeout-iters 50
CHECK_ARGS ?= --zero-entries --timeout-iters 50
SPECIMENS := $(addprefix build/$(ITER)/specimen_,$(shell seq -f '%03.0f' $(N)))
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
# Individual fuzzer directory, such as ~/prjxray/fuzzers/010-lutinit