mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fuzzers: move fuzzers to testdata
This commit is contained in:
parent
ce425cde6c
commit
8c40a9422e
9 changed files with 9 additions and 0 deletions
9
tests/fuzzers/rlp/README.txt
Normal file
9
tests/fuzzers/rlp/README.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
To run this locally
|
||||||
|
|
||||||
|
```
|
||||||
|
CGO_ENABLED=0 go-fuzz-build .
|
||||||
|
```
|
||||||
|
Then
|
||||||
|
```
|
||||||
|
go-fuzz
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue