mirror of https://github.com/openXC7/prjxray.git
Fix CHECK_ARGS passing.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
08a6cc7621
commit
df6050bb9c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue