aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/full_bisect_test/test_setup.sh
blob: bb3138318d0beb767e3d611597e957b6a0c97a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
#
# This is one of the scripts that gets passed to binary_search_state.py.
# It's supposed to generate the binary to be tested, from the mix of
# good & bad object files.
#
source full_bisect_test/common.sh

WD=`pwd`

cd full_bisect_test

echo "BUILDING IMAGE"

gcc -o bin-trees work/*.o