mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
ef89a87d64
commit
6dc263ece1
|
@ -225,6 +225,13 @@ directory on your machine (and `$OUT` in the container).
|
|||
*Note*: You *must* run these fuzz target binaries inside the base-runner docker
|
||||
container to make sure that they work properly:
|
||||
|
||||
```bash
|
||||
$ python infra/helper.py check_build $PROJECT_NAME
|
||||
```
|
||||
|
||||
Please fix any failures pointed by the `check_build` command above. To test changes against
|
||||
a particular fuzz target, run using:
|
||||
|
||||
```bash
|
||||
$ python infra/helper.py run_fuzzer $PROJECT_NAME <fuzz_target>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue