int_loop: QUICK reduce TODO N

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2019-01-11 10:45:59 +01:00
parent b8ced4e5ae
commit 3585d98b99
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,8 @@
TODO_N ?= 10
# Number of spcimens
ifeq ($(QUICK),Y)
N ?= 1
N = 1
TODO_N = 3
SEGMATCH_FLAGS=
else
# Should be at least the -m value
@ -11,7 +13,6 @@ endif
# Driven by int_loop.sh
ITER ?= 1
MAKETODO_FLAGS ?=
TODO_N ?= 10
PIP_TYPE?=pips_int
PIPLIST_TCL?=$(XRAY_DIR)/fuzzers/piplist.tcl