Skip to content

Commit

Permalink
[Cosmos]: Add fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Nov 16, 2023
1 parent 1015a34 commit e864409
Show file tree
Hide file tree
Showing 5 changed files with 1,706 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/tw_aptos/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"
tw_number = { path = "../../tw_number" }
tw_proto = { path = "../../tw_proto", features = ["fuzz"] }

[dependencies.tw_aptos]
Expand Down
4 changes: 4 additions & 0 deletions rust/tw_cosmos_sdk/fuzz/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target
corpus
artifacts
coverage
Loading

0 comments on commit e864409

Please sign in to comment.