mirror of https://github.com/openXC7/prjxray.git
int_loop: more aggressive default termination
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
7669859c1a
commit
4d81a436d4
|
|
@ -1,7 +1,8 @@
|
|||
# WARNING: N cannot be reduced or -m will always fail
|
||||
N := 10
|
||||
# See int_loop_check.py
|
||||
CHECK_ARGS := --zero-entries --timeout-iters 100
|
||||
# rempips took 35 iters once, so set 50 as a good start point
|
||||
CHECK_ARGS := --zero-entries --timeout-iters 50
|
||||
SPECIMENS := $(addprefix build/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