From 6dc263ece10693a342d2809718dd5689a905f5d8 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Sat, 8 Dec 2018 08:38:24 -0800 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 @@ -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 ```