Update new_project_guide.md

This commit is contained in:
Abhishek Arya 2018-12-08 08:38:24 -08:00 committed by GitHub
parent ef89a87d64
commit 6dc263ece1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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