Update helper.py build_fuzzer commandline (#488)

This commit is contained in:
Robert Obryk 2017-03-30 18:04:50 +02:00 committed by Oliver Chang
parent 900b69d870
commit 0f7ab95663
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Use the helper script to build docker image and [fuzz targets](glossary.md#fuzz-
```bash
$ cd /path/to/oss-fuzz
$ python infra/helper.py build_image $PROJECT_NAME
$ python infra/helper.py build_fuzzers -e SANITIZER=<address/memory/undefined> $PROJECT_NAME
$ python infra/helper.py build_fuzzers --sanitizer=<address/memory/undefined> $PROJECT_NAME
```
This should place the built binaries into `/path/to/oss-fuzz/build/out/$PROJECT_NAME`