cosmos-sdk/fuzz
Elias Naur ca86ec5e93
fix(fuzz): fix OSS-Fuzz build (#13152)
CC @odeke-em
2022-09-05 11:23:48 +00:00
..
tests test: re-enable FuzzStoreInternalProofsCreateNonmembershipProof (#12176) 2022-06-08 18:44:51 +00:00
README.md test: fuzz: bring in fuzzers (#12152) 2022-06-07 14:46:45 +02:00
oss-fuzz-build.sh fix(fuzz): fix OSS-Fuzz build (#13152) 2022-09-05 11:23:48 +00:00

README.md

Fuzzing

Running

The fuzz tests are in standard Go format. 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