#!/bin/bash set -e build_dir=$1 # With simpleBuildEnvironment flag, we're already in build directory # Source is in sources/file relative to package root src_dir="sources/file" echo "Running tests for file-5.46..." cd ${src_dir} && make check echo "All tests passed."