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

7 lines
83 B
Bash

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