mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fuzz: Fix Makefile dependencies
This commit is contained in:
parent
524654ed3c
commit
aa6b7ed1ed
@ -107,7 +107,7 @@ seed/regexp.stamp:
|
||||
regexp_SOURCES = regexp.c fuzz.c
|
||||
regexp_LDFLAGS = $(AM_LDFLAGS) -fsanitize=fuzzer
|
||||
|
||||
fuzz-regexp: regexp$(EXEEXT)
|
||||
fuzz-regexp: regexp$(EXEEXT) seed/regexp.stamp
|
||||
@mkdir -p corpus/regexp
|
||||
./regexp$(EXEEXT) \
|
||||
-dict=regexp.dict \
|
||||
@ -125,7 +125,7 @@ seed/uri.stamp:
|
||||
uri_SOURCES = uri.c fuzz.c
|
||||
uri_LDFLAGS = $(AM_LDFLAGS) -fsanitize=fuzzer
|
||||
|
||||
fuzz-uri: uri$(EXEEXT)
|
||||
fuzz-uri: uri$(EXEEXT) seed/uri.stamp
|
||||
@mkdir -p corpus/uri
|
||||
./uri$(EXEEXT) \
|
||||
-max_len=10000 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user