Document fuzzer usage (#3478)

* 📝 document fuzzer usage

* 📝 address review comments
This commit is contained in:
Niels Lohmann
2022-05-09 08:02:41 +02:00
committed by GitHub
parent b205361d86
commit d6efe672b5
2 changed files with 85 additions and 0 deletions

4
.gitignore vendored
View File

@@ -19,6 +19,10 @@
# build directories (vscode-cmake-tools, user-defined, ...)
/build*/
# fuzzers
/tests/parse_*_fuzzer
/tests/corpus_*
/docs/mkdocs/docs/examples/
/docs/mkdocs/docs/__pycache__/
/docs/mkdocs/site/