mtail: Fuzz target renamed (#5727)

Upstream is renaming the path in https://github.com/google/mtail/pull/515
This commit is contained in:
Jamie Wilkinson 2021-05-07 17:54:37 +08:00 committed by GitHub
parent 1b3adf7328
commit 1a653549a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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