1#!/bin/bash 2# 3# This is one of the scripts that gets passed to binary_search_state.py. 4# It's supposed to generate the binary to be tested, from the mix of 5# good & bad object files. 6# 7source full_bisect_test/common.sh 8 9WD=`pwd` 10 11cd full_bisect_test 12 13echo "BUILDING IMAGE" 14 15gcc -o bin-trees work/*.o 16 17