cosmos-sdk/fuzz/README.md
Emmanuel T Odeke dfb60e781b
test: fuzz: bring in fuzzers (#12152)
Adds fuzzers and passes we've built since 2020 and before, that use
oss-fuzz's continuous fuzzing infrastructure.

Fixes #7921.
2022-06-07 14:46:45 +02:00

15 lines
324 B
Markdown

# Fuzzing
## Running
The fuzz tests are in standard [Go format](https://go.dev/doc/fuzz/).
To run a fuzz test, use the `-fuzz` flag to `go test`. For example:
```
$ go test -fuzz FuzzCryptoHDNewParamsFromPath ./tests
```
## oss-fuzz build status
https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk