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