Author: das
Date: Sat Jan 14 21:38:31 2012
New Revision: 230115
URL: http://svn.freebsd.org/changeset/base/230115
Log:
Add .t files for tests, missed in prior checkins, so that prove(1) works
in this directory.
Added:
head/tools/regression/lib/libc/stdio/test-getdelim.t
- copied unchanged from r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t
head/tools/regression/lib/libc/stdio/test-print-positional.t
- copied unchanged from r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t
head/tools/regression/lib/libc/stdio/test-printbasic.t
- copied unchanged from r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t
Copied: head/tools/regression/lib/libc/stdio/test-getdelim.t (from r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/regression/lib/libc/stdio/test-getdelim.t Sat Jan 14
21:38:31 2012 (r230115, copy of r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t)
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
Copied: head/tools/regression/lib/libc/stdio/test-print-positional.t (from
r230114, head/tools/regression/lib/libc/stdio/test-printfloat.t)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/regression/lib/libc/stdio/test-print-positional.t Sat Jan
14 21:38:31 2012 (r230115, copy of r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t)
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
Copied: head/tools/regression/lib/libc/stdio/test-printbasic.t (from r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/regression/lib/libc/stdio/test-printbasic.t Sat Jan 14
21:38:31 2012 (r230115, copy of r230114,
head/tools/regression/lib/libc/stdio/test-printfloat.t)
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"