summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2012-01-14 21:38:31 +0000
committerdas <das@FreeBSD.org>2012-01-14 21:38:31 +0000
commitcb6681a68e5080fd2f14d14a56be7a77ddd6a552 (patch)
tree05792422f28728666c4a9784f77ba2281e478f70 /tools/regression/lib
parent1f0071c6f6eac4b1e00802e089059cbb55254ba9 (diff)
downloadFreeBSD-src-cb6681a68e5080fd2f14d14a56be7a77ddd6a552.zip
FreeBSD-src-cb6681a68e5080fd2f14d14a56be7a77ddd6a552.tar.gz
Add .t files for tests, missed in prior checkins, so that prove(1) works
in this directory.
Diffstat (limited to 'tools/regression/lib')
-rw-r--r--tools/regression/lib/libc/stdio/test-getdelim.t10
-rw-r--r--tools/regression/lib/libc/stdio/test-print-positional.t10
-rw-r--r--tools/regression/lib/libc/stdio/test-printbasic.t10
3 files changed, 30 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/stdio/test-getdelim.t b/tools/regression/lib/libc/stdio/test-getdelim.t
new file mode 100644
index 0000000..8bdfd03
--- /dev/null
+++ b/tools/regression/lib/libc/stdio/test-getdelim.t
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
diff --git a/tools/regression/lib/libc/stdio/test-print-positional.t b/tools/regression/lib/libc/stdio/test-print-positional.t
new file mode 100644
index 0000000..8bdfd03
--- /dev/null
+++ b/tools/regression/lib/libc/stdio/test-print-positional.t
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
diff --git a/tools/regression/lib/libc/stdio/test-printbasic.t b/tools/regression/lib/libc/stdio/test-printbasic.t
new file mode 100644
index 0000000..8bdfd03
--- /dev/null
+++ b/tools/regression/lib/libc/stdio/test-printbasic.t
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+cd `dirname $0`
+
+executable=`basename $0 .t`
+
+make $executable 2>&1 > /dev/null
+
+exec ./$executable
OpenPOWER on IntegriCloud