Skip to content

Commit

Permalink
Update third-party tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jan 8, 2024
1 parent 0148020 commit 0caf325
Show file tree
Hide file tree
Showing 4 changed files with 557 additions and 15 deletions.
7 changes: 6 additions & 1 deletion cargo-test-fuzz/patches/example-helloworld.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/src/program-rust/Cargo.toml b/src/program-rust/Cargo.toml
index a4976a0..80e2ab7 100644
index a4976a0..90124ef 100644
--- a/src/program-rust/Cargo.toml
+++ b/src/program-rust/Cargo.toml
@@ -18,4 +18,9 @@ borsh-derive = "0.10.0"
Expand All @@ -12,6 +12,11 @@ index a4976a0..80e2ab7 100644
+
[dev-dependencies]
solana-program-test = "~1.10.35"
@@ -25,2 +30,4 @@ solana-sdk = "~1.10.35"
name = "helloworld"
crate-type = ["cdylib", "lib"]
+
+[workspace]
diff --git a/src/program-rust/src/lib.rs b/src/program-rust/src/lib.rs
index 88714a8..026b733 100644
--- a/src/program-rust/src/lib.rs
Expand Down
Loading

0 comments on commit 0caf325

Please sign in to comment.