Add rand dependency test (#12566)

* Add rand dependency test

* nudge
This commit is contained in:
Jack May
2020-09-29 17:25:51 -07:00
committed by GitHub
parent d158d45051
commit 777342a1ef
7 changed files with 60 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ fn test_program_bpf_sanity() {
("solana_bpf_rust_noop", true),
("solana_bpf_rust_panic", false),
("solana_bpf_rust_param_passing", true),
("solana_bpf_rust_rand", true),
("solana_bpf_rust_sanity", true),
("solana_bpf_rust_sysval", true),
]);