Skip to content

Commit

Permalink
fuzz: add oss-fuzz build status link (#9153)
Browse files Browse the repository at this point in the history
While at it, also update the example package path.
  • Loading branch information
cuonglm authored and odeke-em committed Mar 30, 2022
1 parent 6cb13c0 commit 1f8a4f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-

## Preparing

<<<<<<< HEAD
Create own go package under `fuzz` directory, which contains the function that you want to fuzz. See `fuzz/types/parsecoin`
=======
Create own go package under `fuzz` directory, which contains the function that you want to fuzz. See `fuzz/types/ParseCoin`
for example, which has example for how to generating corpus and directory structure.

## Running
Expand All @@ -25,8 +22,11 @@ $ go-fuzz
## oss-fuzz build status

https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk
=======
$ cd types/ParseCoin
$ go-fuzz-build
$ go-fuzz
```
## oss-fuzz build status
https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk

0 comments on commit 1f8a4f8

Please sign in to comment.