#!/bin/sh
for test in `ls tests/test* | grep -v '\.'`; do
	$test
done
