Add cargo-test-bpf

This commit is contained in:
Michael Vines
2020-11-04 18:29:26 -08:00
parent 78c2d9156b
commit 6c36a2085f
7 changed files with 255 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "solana-cargo-test-bpf"
version = "1.5.0"
description = "Execute all unit and integration tests after building with the Solana BPF SDK"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
homepage = "https://solana.com/"
license = "Apache-2.0"
edition = "2018"
[dependencies]
clap = "2.33.3"
[[bin]]
name = "cargo-test-bpf"
path = "src/main.rs"