From df1d33cd9f24b2ae6bf79f98a19f722738445482 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 12 Nov 2017 18:44:24 +0000 Subject: [PATCH] Update int segbits Signed-off-by: Clifford Wolf Signed-off-by: Tim 'mithro' Ansell --- fuzzers/013-intpips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/013-intpips/Makefile b/fuzzers/013-intpips/Makefile index 7e32973f..77cdee37 100644 --- a/fuzzers/013-intpips/Makefile +++ b/fuzzers/013-intpips/Makefile @@ -1,5 +1,5 @@ -N := 15 +N := 200 SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N))) SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))