From 13a64fdfb791a29b0ab0ab9c517271fbe118d313 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, 6 insertions(+), 2 deletions(-) diff --git a/fuzz/README.md b/fuzz/README.md index 4b0c7440c266..16b82cfa4f71 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -8,13 +8,17 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz- ## Preparing -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 ``` -$ cd types/ParseCoin +$ cd types/parsecoin $ go-fuzz-build $ go-fuzz ``` + +## oss-fuzz build status + +https://oss-fuzz-build-logs.storage.googleapis.com/index.html#cosmos-sdk