summaryrefslogtreecommitdiff
path: root/devel/fuzz/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fuzz/README.md')
-rw-r--r--devel/fuzz/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/fuzz/README.md b/devel/fuzz/README.md
new file mode 100644
index 0000000000..f648dcab8d
--- /dev/null
+++ b/devel/fuzz/README.md
@@ -0,0 +1,7 @@
+# Fuzzers
+
+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.