From 75e19f4f0fcaefb3c81a7ec32018f8ba59cfbaff Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 17 Jan 2019 13:11:44 -0700 Subject: [PATCH] Add build script --- wallet/tests/fixtures/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 wallet/tests/fixtures/build.sh diff --git a/wallet/tests/fixtures/build.sh b/wallet/tests/fixtures/build.sh new file mode 100755 index 0000000000..0647e54140 --- /dev/null +++ b/wallet/tests/fixtures/build.sh @@ -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 .