From 7e68553b5bb3e05d65ed1cc2339f83d44ff7ed61 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Fri, 2 Apr 2021 11:24:44 +0200 Subject: [PATCH] 030-iob: increase number of specimens Signed-off-by: Alessandro Comodi --- fuzzers/030-iob/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/030-iob/Makefile b/fuzzers/030-iob/Makefile index a104b366..56191e3a 100644 --- a/fuzzers/030-iob/Makefile +++ b/fuzzers/030-iob/Makefile @@ -5,7 +5,7 @@ # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC -N := 20 +N := 40 SPECIMENS_DEPS := build/iobanks.txt include ../fuzzer.mk