solana-program-library/associated-token-account/program/run-tests.sh

15 lines
176 B
Bash
Raw Normal View History

2020-11-01 21:15:11 -08:00
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
cargo clippy
cargo build
cargo build-bpf
if [[ $1 = -v ]]; then
export RUST_LOG=solana=debug
fi
2020-11-04 20:36:06 -08:00
cargo test
cargo test-bpf