Update readme.md with link to fuzzing readme.md [skip ci]

This commit is contained in:
Kim De Mey 2020-07-21 11:01:58 +02:00 committed by GitHub
parent 38bf21b4f7
commit 765883c454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ nimble test_p2p
# Test rlp functionality
nimble test_rlp
```
## Fuzzing
Next to the test suite, there are also several fuzzing test cases available.
How these can be run is explained in the [fuzzing readme](https://github.com/status-im/nim-eth/blob/master/tests/fuzzing/readme.md).
## License