From 739886c9340422910f39f2b06bb410eea6fb0b83 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Wed, 23 Jan 2019 21:22:29 -0800 Subject: [PATCH] Increase 056 strictness. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/056-pip-rem/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzers/056-pip-rem/Makefile b/fuzzers/056-pip-rem/Makefile index bc0172a4..a7f1dff3 100644 --- a/fuzzers/056-pip-rem/Makefile +++ b/fuzzers/056-pip-rem/Makefile @@ -1,4 +1,6 @@ MAKETODO_FLAGS=--re ".*" --not-endswith ".VCC_WIRE" GENERATE_FLAGS=--todo ../todo.txt +N = 48 +SEGMATCH_FLAGS=-m 20 -M 45 include ../int_loop.mk