summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_uzip/runtests.sh
blob: 60e78b5407467d2e5e9ee804783775e897c20244 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# $FreeBSD$
#

dir=`dirname $0`

for ts in `dirname $0`/test-*.sh; do
	sh $ts
done
OpenPOWER on IntegriCloud