#!/bin/sh
set -x

for t in test*
do
	sh $t
done
