#!/bin/bash

for test in $( ls *.test ); do
	./runtest.pl $test
done
