1#!/bin/sh
2#
3# $FreeBSD$
4#
5
6dir=`dirname $0`
7
8for ts in `dirname $0`/test-*.sh; do
9	sh $ts
10done
11