From bf31485e1eed4d6b313405a2088ad3884120e714 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 31 May 2017 14:37:27 +0200 Subject: fuzzing: Also run input that previously caused crashes --- fuzz/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fuzz') diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am index 927ace78b..bdc3e2ebc 100644 --- a/fuzz/Makefile.am +++ b/fuzz/Makefile.am @@ -26,4 +26,6 @@ check: all corpus=$${f#fuzz_}; \ corpus=$${corpus%%_*}; \ ./$$f $(FUZZING_CORPORA)/$${corpus}/*; \ + crashes=$(FUZZING_CORPORA)/$${corpus}-crash; \ + test ! -d $${crashes} || ./$$f $${crashes}/*; \ done -- cgit v1.2.3