github.com/cosmos/cosmos-sdk@v0.50.10/fuzz/README.md (about) 1 # Fuzzing 2 3 ## Running 4 5 The fuzz tests are in standard [Go format](https://go.dev/doc/fuzz/). 6 To run a fuzz test, use the `-fuzz` flag to `go test`. For example: 7 8 ```shell 9 go test -fuzz FuzzCryptoHDNewParamsFromPath ./tests 10 ``` 11 12 ## oss-fuzz build status 13 14 https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk