Multi-file BPF C builds (#2393)

This commit is contained in:
Jak May
2019-01-11 15:33:21 -08:00
committed by GitHub
parent 79b334b7f1
commit 23c43ed21b
13 changed files with 129 additions and 38 deletions

View File

@ -300,11 +300,11 @@ fn test_program_bpf_c() {
solana_logger::setup();
let programs = [
"multiple_static",
"noop",
"noop++",
"struct_pass",
"struct_ret",
"multiple_static",
];
for program in programs.iter() {
println!("Test program: {:?}", program);