Add build script

This commit is contained in:
Tyera Eulberg 2019-01-17 13:11:44 -07:00 committed by Grimes
parent 1a5bf0c689
commit 75e19f4f0f
1 changed files with 7 additions and 0 deletions

7
wallet/tests/fixtures/build.sh vendored Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
make -C ../../../programs/bpf/c/
cp ../../../programs/bpf/c/out/noop.so .