#!/bin/sh

for test in test/test-*.scm
do
  echo "Running test $test"
  gosh -I. $test -vp
done


syntax highlighted by Code2HTML, v. 0.9.1