mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
1b7e384533
commit
6a88ec79fb
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue