Add fuzzing dictionaries to EXTRA_DIST

Also add static seed corpus for the URI fuzzer.
This commit is contained in:
Nick Wellnhofer 2020-10-25 20:08:16 +01:00
parent 1bde104060
commit 8a85263f13

View File

@ -1,6 +1,8 @@
AUTOMAKE_OPTIONS = -Wno-syntax
EXTRA_PROGRAMS = genSeed html regexp schema uri xml xpath
check_PROGRAMS = testFuzzer
EXTRA_DIST = html.dict regexp.dict schema.dict xml.dict xpath.dict \
seed/uri
CLEANFILES = $(EXTRA_PROGRAMS)
AM_CPPFLAGS = -I$(top_srcdir)/include
DEPENDENCIES = $(top_builddir)/libxml2.la