Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: add oss-fuzz build script (#9140)
Browse files Browse the repository at this point in the history
Cuong Manh Le authored and odeke-em committed Jul 22, 2021
1 parent 01e1563 commit 41a9da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fuzz/oss-fuzz-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -eu

export FUZZ_ROOT="github.com/cosmos/cosmos-sdk"

compile_go_fuzzer "$FUZZ_ROOT"/fuzz/types/dec/setstring Fuzz fuzz_types_dec_setstring fuzz

0 comments on commit 41a9da1

Please sign in to comment.