Add missing test-rem.t.
This commit is contained in:
parent
3024cd2f96
commit
bd50b9aebd
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 New Issue
Block a user