aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2018-12-08 08:38:24 -0800
committerGitHub <noreply@github.com>2018-12-08 08:38:24 -0800
commit6dc263ece10693a342d2809718dd5689a905f5d8 (patch)
treee8133852a29b59910c9607cb16698bfbe0317914 /docs
parentef89a87d641ab826a145bfa43b109f91ad3f9399 (diff)
downloadoss-fuzz-6dc263ece10693a342d2809718dd5689a905f5d8.tar.gz
Update new_project_guide.md
Diffstat (limited to 'docs')
-rw-r--r--docs/new_project_guide.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index 284120171..0d32f285a 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -226,6 +226,13 @@ directory on your machine (and `$OUT` in the container).
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>
```