mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing test-rem.t.
This commit is contained in:
parent
0d892b4ac4
commit
5b8adb5fd1
1 changed files with 10 additions and 0 deletions
10
tools/regression/lib/msun/test-rem.t
Normal file
10
tools/regression/lib/msun/test-rem.t
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
cd `dirname $0`
|
||||
|
||||
executable=`basename $0 .t`
|
||||
|
||||
make $executable 2>&1 > /dev/null
|
||||
|
||||
exec ./$executable
|
||||
Loading…
Reference in a new issue