Skip to content

Commit

Permalink
tests: enable ejection of fuzz fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 18, 2024
1 parent 7746868 commit bf38f0d
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 4 deletions.
184 changes: 181 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ solana-program = "2.0.1"
spl-program-error = "0.5.0"

[dev-dependencies]
mollusk-svm = "0.0.5"
mollusk-svm = { version = "0.0.5", features = ["fuzz"] }
solana-sdk = "2.0.1"
test-case = "3.3.1"

Expand Down

0 comments on commit bf38f0d

Please sign in to comment.