mirror of https://github.com/status-im/nim-eth.git
Update readme.md with link to fuzzing readme.md [skip ci]
This commit is contained in:
parent
38bf21b4f7
commit
765883c454
|
@ -43,6 +43,9 @@ nimble test_p2p
|
||||||
# Test rlp functionality
|
# Test rlp functionality
|
||||||
nimble test_rlp
|
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
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue