Update new_project_guide.md

This commit is contained in:
Oliver Chang 2016-12-01 13:00:57 -08:00 committed by GitHub
parent 1b7e384533
commit 6a88ec79fb
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ In general, this script will need to:
*environment variables* (see below).
2. Build the fuzz targets, linking your project's build and libFuzzer. Resulting fuzz targets
should be placed in `$OUT`.
*Note*: The binary names for your fuzz targets must only contain alphanumeric characters, underscore(_) or dash(-).
They will not run on our infrastructure otherwise.
For expat, this looks like [this](https://github.com/google/oss-fuzz/blob/master/projects/expat/build.sh):