Add test to exercise more args then registers (#4661)

This commit is contained in:
Jack May
2019-06-12 13:04:53 -07:00
committed by GitHub
parent b78a13d42c
commit bc44516eb4
10 changed files with 125 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
# Note: This crate must be built using build.sh
[package]
name = "solana-bpf-rust-many-args"
version = "0.16.0"
description = "Solana BPF many-args program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
solana-sdk-bpf-utils = { path = "../../../../sdk/bpf/rust-utils", version = "0.16.0" }
solana-bpf-rust-many-args-dep = { path = "../many_args_dep", version = "0.16.0" }
[workspace]
members = []
[lib]
crate-type = ["cdylib"]
name = "solana_bpf_rust_many_args"