Revert disabling script (#14788)

This commit is contained in:
Jack May
2021-01-22 17:08:06 -08:00
committed by GitHub
parent 77572a7c53
commit e505a9b209
2 changed files with 9 additions and 9 deletions

View File

@ -58,11 +58,11 @@ example_helloworld() {
spl() {
(
set -x
# rm -rf spl
# git clone https://github.com/solana-labs/solana-program-library.git spl
rm -rf spl
git clone https://github.com/solana-labs/solana-program-library.git spl
cd spl
# ./patch.crates-io.sh "$solana_dir"
./patch.crates-io.sh "$solana_dir"
$cargo build
@ -71,9 +71,9 @@ spl() {
#$cargo test
#$cargo_test_bpf
# $cargo_test_bpf --manifest-path token/program/Cargo.toml
# $cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml -- --nocapture
$cargo_test_bpf --manifest-path token/program/Cargo.toml
$cargo_test_bpf --manifest-path associated-token-account/program/Cargo.toml
$cargo_test_bpf --manifest-path feature-proposal/program/Cargo.toml
)
}
@ -102,6 +102,6 @@ serum_dex() {
}
# _ example_helloworld
_ example_helloworld
_ spl
# _ serum_dex
_ serum_dex