diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-12-15 08:08:45 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-12-15 08:08:45 -0500 |
commit | f27a842a1c4cd4067152b7a62a7da1d021bc4d27 (patch) | |
tree | 29d660577a7ba09c76d64906afd88a20a012b15d /devel/fuzz | |
parent | fedf7f418cd31b37f7c32e60b2008d6e9bd822dd (diff) | |
download | gnutls-f27a842a1c4cd4067152b7a62a7da1d021bc4d27.tar.gz |
Describe the integration
Diffstat (limited to 'devel/fuzz')
-rw-r--r-- | devel/fuzz/README.md | 3 |
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. |