diff --git a/web3.js/test/fixtures/noop/build.sh b/web3.js/test/fixtures/noop/build.sh index 136b27f7fc..452c692194 100755 --- a/web3.js/test/fixtures/noop/build.sh +++ b/web3.js/test/fixtures/noop/build.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash set -ex +cd "$(dirname "$0")" + make -C ../../../examples/bpf-c-noop/ cp ../../../examples/bpf-c-noop/out/noop.o .