Featureize move (#5897)

* Featureize move

* Add move featured test
This commit is contained in:
sakridge
2019-09-27 12:19:06 -07:00
committed by GitHub
parent db18611c86
commit 75a92d58cb
9 changed files with 88 additions and 47 deletions

View File

@ -34,6 +34,7 @@ test-stable)
_ cargo +"$rust_stable" build --tests --bins ${V:+--verbose}
_ cargo +"$rust_stable" test --all --exclude solana-local-cluster ${V:+--verbose} -- --nocapture
_ cargo +"$rust_stable" test --manifest-path local_cluster/Cargo.toml --features=move ${V:+--verbose} test_bench_tps_local_cluster_move -- --nocapture
;;
test-stable-perf)
echo "Executing $testName"