#!/bin/sh

cd $(dirname $0)

for test in ./*.test ; do
    $test
done
