diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-16 12:25:18 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-12-15 13:29:03 +0100 |
commit | 8b15434b59c6cd7368b4db680544cd77ed337bd3 (patch) | |
tree | a223f694f718f7e244fae20c7c1bf7e6f4ad53a0 /doc/README.md | |
parent | a4153e20eca3f3a7bec5f0b1f13d0ae07557416b (diff) |
doc: Add bare-bones documentation for fuzzing
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 8b9c0ea262..36684e5401 100644 --- a/doc/README.md +++ b/doc/README.md @@ -68,6 +68,7 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th ### Miscellaneous - [Assets Attribution](assets-attribution.md) - [Files](files.md) +- [Fuzz-testing](fuzzing.md) - [Reduce Traffic](reduce-traffic.md) - [Tor Support](tor.md) - [Init Scripts (systemd/upstart/openrc)](init.md) |