Add BPF Sanity program-test based test (#19159)

This commit is contained in:
Jack May
2021-08-11 12:07:15 -07:00
committed by GitHub
parent 446816de52
commit 9dfeee2993
6 changed files with 51 additions and 5 deletions

View File

@@ -1335,7 +1335,7 @@ fn assert_instruction_count() {
("solana_bpf_rust_noop", 478),
("solana_bpf_rust_param_passing", 46),
("solana_bpf_rust_rand", 481),
("solana_bpf_rust_sanity", 907),
("solana_bpf_rust_sanity", 922),
("solana_bpf_rust_secp256k1_recover", 301),
("solana_bpf_rust_sha", 32337),
]);