diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-11-16 12:25:18 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-12-15 13:29:03 +0100 |
| commit | 8b15434b59c6cd7368b4db680544cd77ed337bd3 (patch) | |
| tree | a223f694f718f7e244fae20c7c1bf7e6f4ad53a0 /doc/README.md | |
| parent | Simple fuzzing framework (diff) | |
| download | discoin-8b15434b59c6cd7368b4db680544cd77ed337bd3.tar.xz discoin-8b15434b59c6cd7368b4db680544cd77ed337bd3.zip | |
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 8b9c0ea26..36684e540 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) |