From 9aba613b1445a32720ef3e1a8319189ba91d745d Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 31 Oct 2022 17:09:54 +0100 Subject: [PATCH] fuzz: Add new XInclude test directory to corpus --- fuzz/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am index 61bfc888..bc5ee9ab 100644 --- a/fuzz/Makefile.am +++ b/fuzz/Makefile.am @@ -20,6 +20,7 @@ XML_SEED_CORPUS_SRC = \ '$(top_srcdir)/test/VC/*' \ '$(top_srcdir)/test/VCM/*' \ '$(top_srcdir)/test/XInclude/docs/*' \ + '$(top_srcdir)/test/XInclude/without-reader/*' \ '$(top_srcdir)/test/xmlid/*' testFuzzer_SOURCES = testFuzzer.c fuzz.c