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

dir=`dirname $0`

gshsec load >/dev/null 2>&1
for ts in `dirname $0`/test-*.sh; do
	sh $ts
done
gshsec unload
OpenPOWER on IntegriCloud