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

@ -86,6 +86,7 @@ mod bpf {
let programs = [
("solana_bpf_rust_alloc", true),
("solana_bpf_rust_iter", true),
// ("solana_bpf_rust_many_args", true), // Issue #3099
("solana_bpf_rust_noop", true),
("solana_bpf_rust_dep_crate", true),
("solana_bpf_rust_panic", false),