opnsense-src/tools/regression/security/cap_test/cap_test.t

12 lines
180 B
Perl
Raw Normal View History

#!/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 $*