mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
fe049a42ad
commit
38e4301909
|
@ -152,7 +152,7 @@ $ python infra/helper.py run_fuzzer $PROJECT_NAME <fuzz_target>
|
|||
```
|
||||
|
||||
If everything works locally, then it should also work on our automated builders and ClusterFuzz.
|
||||
If it fails, check out [this](docs/fuzzer_environment.md#dependencies) entry.
|
||||
If it fails, check out [this](fuzzer_environment.md#dependencies) entry.
|
||||
|
||||
It's recommended to look at code coverage as a sanity check to make sure that
|
||||
[fuzz target](glossary.md#fuzz-target) gets to the code you expect.
|
||||
|
|
Loading…
Reference in New Issue