#!/bin/bash set -e # M4 test script # Runs the test suite for M4 as recommended by LFS build_dir=$1 cd sources/m4 echo "Running M4 tests in $(pwd)..." make test echo "M4 tests completed successfully."