cosmos-sdk/fuzz
Elias Naur 1d27c8eb85
test: re-enable FuzzStoreInternalProofsCreateNonmembershipProof (#12176)
CC @odeke-em .
2022-06-08 18:44:51 +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 test: re-enable FuzzStoreInternalProofsCreateNonmembershipProof (#12176) 2022-06-08 18:44:51 +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