foreign-c/scripts/test-runs-dynamic.sh

9 lines
241 B
Bash

for file in ./test/*.scm
do
echo "==========================================================="
echo "Testing ${file}, with ${SCHEME}"
echo "==========================================================="
${SCHEME} ${file}
done