summaryrefslogtreecommitdiffstats
path: root/tools/regression/security/cap_test/cap_test.t
blob: 8185161f702a4685d463457928c39ef3a14f5ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $FreeBSD$
#

if test -z "${DIR}" ; then DIR=$( make -V .OBJDIR ); fi
if test -z "${DIR}" ; then DIR=$( dirname $0 ); fi

make > /dev/null || exit 1
$DIR/cap_test $*

OpenPOWER on IntegriCloud