summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-12-15 08:08:45 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-12-15 08:08:45 -0500
commitf27a842a1c4cd4067152b7a62a7da1d021bc4d27 (patch)
tree29d660577a7ba09c76d64906afd88a20a012b15d
parentfedf7f418cd31b37f7c32e60b2008d6e9bd822dd (diff)
downloadgnutls-f27a842a1c4cd4067152b7a62a7da1d021bc4d27.tar.gz
Describe the integration
-rw-r--r--devel/fuzz/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/fuzz/README.md b/devel/fuzz/README.md
index c215f75d0d..f648dcab8d 100644
--- a/devel/fuzz/README.md
+++ b/devel/fuzz/README.md
@@ -2,3 +2,6 @@
These are fuzzers designed for use with `libFuzzer`. Currently they are
primarily run on Google's OSS-Fuzz (https://github.com/google/oss-fuzz/).
+
+OSS-Fuzz will automatically locate and compile any `*_fuzzer.cc` files and
+assume they are fuzzers it should run.