mirror of https://github.com/google/oss-fuzz.git
parent
6c4ca4dbe3
commit
553b2396cb
|
@ -75,6 +75,8 @@ COPY build.sh fuzzer.cc $SRC/ # copy build script and other fuzzer f
|
|||
```
|
||||
Expat example: [expat/Dockerfile](../projects/expat/Dockerfile)
|
||||
|
||||
In the above example, the git clone will check out the source to `$SRC/<checkout_dir>`.
|
||||
|
||||
## build.sh
|
||||
|
||||
This file describes how to build [fuzz targets](glossary.md#fuzz-target) for your project.
|
||||
|
|
Loading…
Reference in New Issue