From 1f8a4f84c23742fd17b30466e68103f832764798 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Wed, 21 Apr 2021 07:56:43 +0700 Subject: [PATCH] fuzz: add oss-fuzz build status link (#9153) While at it, also update the example package path. --- fuzz/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fuzz/README.md b/fuzz/README.md index e9ac7e8d559d..2f3167aa5b67 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -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 @@ -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