diff options
Diffstat (limited to 'devel/fuzz/README.md')
-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. |