mirror of https://github.com/google/oss-fuzz.git
mtail: Fuzz target renamed (#5727)
Upstream is renaming the path in https://github.com/google/mtail/pull/515
This commit is contained in:
parent
1b3adf7328
commit
1a653549a0
|
@ -15,6 +15,6 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
compile_go_fuzzer github.com/google/mtail/internal/vm Fuzz vm-fuzzer
|
compile_go_fuzzer github.com/google/mtail/internal/runtime Fuzz vm-fuzzer
|
||||||
# Make the dictionary and seed corpus.
|
# Make the dictionary and seed corpus.
|
||||||
make --debug $OUT/vm-fuzzer.dict $OUT/vm-fuzzer_seed_corpus.zip
|
make --debug $OUT/vm-fuzzer.dict $OUT/vm-fuzzer_seed_corpus.zip
|
||||||
|
|
Loading…
Reference in New Issue