Lines Matching +full:- +full:fsanitize
1 AUTOMAKE_OPTIONS = -Wno-syntax
7 AM_CPPFLAGS = -I$(top_srcdir)/include
26 .PHONY: tests corpus clean-corpus
34 clean-corpus:
35 rm -rf seed/html.stamp seed/html
36 rm -rf seed/schema.stamp seed/schema
37 rm -rf seed/xml.stamp seed/xml
38 rm -rf seed/xpath.stamp seed/xpath
47 @mkdir -p seed/xml
52 xml_LDFLAGS = -fsanitize=fuzzer
54 fuzz-xml: xml$(EXEEXT) seed/xml.stamp
55 @mkdir -p corpus/xml
57 -dict=xml.dict \
58 -max_len=$(XML_MAX_LEN) \
59 -timeout=20 \
65 @mkdir -p seed/html
70 html_LDFLAGS = -fsanitize=fuzzer
72 fuzz-html: html$(EXEEXT) seed/html.stamp
73 @mkdir -p corpus/html
75 -dict=html.dict \
76 -max_len=1000000 \
77 -timeout=10 \
83 regexp_LDFLAGS = -fsanitize=fuzzer
85 fuzz-regexp: regexp$(EXEEXT)
86 @mkdir -p corpus/regexp
88 -dict=regexp.dict \
89 -max_len=200 \
90 -timeout=5 \
96 uri_LDFLAGS = -fsanitize=fuzzer
98 fuzz-uri: uri$(EXEEXT)
99 @mkdir -p corpus/uri
101 -max_len=10000 \
102 -timeout=2 \
108 @mkdir -p seed/schema
113 schema_LDFLAGS = -fsanitize=fuzzer
115 fuzz-schema: schema$(EXEEXT) seed/schema.stamp
116 @mkdir -p corpus/schema
118 -dict=schema.dict \
119 -max_len=$(XML_MAX_LEN) \
120 -timeout=20 \
126 @mkdir -p seed/xpath
131 xpath_LDFLAGS = -fsanitize=fuzzer
133 fuzz-xpath: xpath$(EXEEXT) seed/xpath.stamp
134 @mkdir -p corpus/xpath
136 -dict=xpath.dict \
137 -max_len=10000 \
138 -timeout=20 \