sbv2-solana/scripts/anchor-test.sh

20 lines
391 B
Bash
Raw Normal View History

2022-09-28 13:37:22 -07:00
#!/bin/bash
set -e
# Imports
script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
project_dir="$(dirname "${script_dir}")"
2022-09-28 13:37:22 -07:00
program_dir="$project_dir"/programs
cd "$program_dir"/anchor-buffer-parser
anchor test
cd "$program_dir"/anchor-feed-parser
anchor test
cd "$program_dir"/anchor-history-parser
anchor test
2022-09-28 13:37:22 -07:00
cd "$program_dir"/anchor-vrf-parser
anchor test