aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2019-07-12 09:29:39 -0700
committerGravatar Max Moroz <mmoroz@chromium.org>2019-07-12 09:29:39 -0700
commit8c080f6989de441dbe60c27c06e30e9168c6c6cc (patch)
tree91081b819fd46fb62bf51dc8ed05de4635282f95 /docs
parentf49aaecdfcc86f8517d03f1db476fa1eae3cc23e (diff)
[docs] Add a note that source code files must not be deleted in build.sh.
Diffstat (limited to 'docs')
-rw-r--r--docs/new_project_guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index 98881670..b2f0858a 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -147,6 +147,7 @@ We generate builds for both libFuzzer and AFL fuzzing engine configurations.
So, link the fuzzing engine using $LIB_FUZZING_ENGINE, see example below.
2. Please make sure that the binary names for your [fuzz targets](glossary.md#fuzz-target) contain only
alphanumeric characters, underscore(_) or dash(-). Otherwise, they won't run on our infrastructure.
+3. Please don't remove source code files. They are needed for code coverage.
For expat, this looks like [this](https://github.com/google/oss-fuzz/blob/master/projects/expat/build.sh):