Skip to content

Commit

Permalink
Adds tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed Mar 9, 2023
1 parent fd6d018 commit 3075725
Show file tree
Hide file tree
Showing 6 changed files with 849 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions programs/loader-v3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ solana-program-runtime = { path = "../../program-runtime", version = "=1.16.0" }
solana-sdk = { path = "../../sdk", version = "=1.16.0" }
solana_rbpf = "=0.2.39"

[dev-dependencies]
bincode = "1.3.3"

[lib]
crate-type = ["lib"]
name = "solana_loader_v3_program"
Expand Down
Loading

0 comments on commit 3075725

Please sign in to comment.