Skip to content

Commit c972760

Browse files
committed
Merge pull request #438 from basho/er-compile-bench
Compile bb before misc/bench compile
2 parents 167d07a + 3b8833c commit c972760

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/verify.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ function compile_yz_bench()
119119
error "failed to get deps for yokozuna/misc/bench"
120120
fi
121121

122+
pushd deps/basho_bench
123+
124+
if ! make; then
125+
error "failed to compile yokozuna/misc/bench/deps/basho_bench"
126+
fi
127+
128+
popd
129+
122130
if ! ../../rebar compile; then
123131
error "failed to compile yokozuna/misc/bench"
124132
fi

0 commit comments

Comments
 (0)