int_loop: more aggressive default termination

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-11 14:47:49 -08:00
parent 7669859c1a
commit 4d81a436d4
1 changed files with 2 additions and 1 deletions

View File

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