Skip to content

Commit

Permalink
fuzz: add oss-fuzz build script (#9140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Manh Le authored and odeke-em committed Mar 30, 2022
1 parent 3bd4417 commit 6da74c6
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 6da74c6

Please sign in to comment.