Add .t files for tests, missed in prior checkins, so that prove(1) works
in this directory.
This commit is contained in:
parent
5d9e02dba4
commit
d302778ed3
10
tools/regression/lib/libc/stdio/test-getdelim.t
Normal file
10
tools/regression/lib/libc/stdio/test-getdelim.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
|
10
tools/regression/lib/libc/stdio/test-print-positional.t
Normal file
10
tools/regression/lib/libc/stdio/test-print-positional.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
|
10
tools/regression/lib/libc/stdio/test-printbasic.t
Normal file
10
tools/regression/lib/libc/stdio/test-printbasic.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