mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
these tests some day, but in the mean time, they're a useful sanity check for future changes.)
10 lines
123 B
Bash
10 lines
123 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
|
|
executable=`basename $0 .t`
|
|
|
|
make $executable 2>&1 > /dev/null
|
|
|
|
exec ./$executable
|