summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpipe01/psxpipe01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-09 22:07:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-09 22:07:11 +0000
commitf1b2dab2709eb362624f3d0904ba1de1b114df40 (patch)
tree3540187bd4542ef41831e173faf4c634d34b93ba /testsuites/psxtests/psxpipe01/psxpipe01.doc
parent2010-07-09 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-f1b2dab2709eb362624f3d0904ba1de1b114df40.tar.bz2
2010-07-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1610/testing * psx13/test.c, psx13/psx13.scn: Remove the test cases which exercise pipe. These are new a new test under psxpipe01/ * psxpipe01/init.c, psxpipe01/Makefile.am, psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test. * Makefile.am, configure.ac: Changes due to addition of new test: psxpipe01.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxpipe01/psxpipe01.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxpipe01/psxpipe01.doc b/testsuites/psxtests/psxpipe01/psxpipe01.doc
new file mode 100644
index 0000000000..df5a538dcb
--- /dev/null
+++ b/testsuites/psxtests/psxpipe01/psxpipe01.doc
@@ -0,0 +1,24 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: POSIX PIPE CREATION TEST
+
+directives:
+
++ pipe
++ pipe_create
+
+concepts:
+
++ Exercise the posix pipe creation routines, including the error paths
+