#!/bin/bash set -e build_dir=$1 # With simpleBuildEnvironment flag, we're already in build directory # Change to source directory for testing cd sources/bc echo "Running bc tests..." make test echo "All tests passed."