summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo05/spfifo05.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-05 20:14:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-05 20:14:19 +0000
commit9cdd944dce8b26ff3eb1d0ed1965a242f6fcf628 (patch)
tree3981ce23df1a293faf403b92ff9370ea8ce787bc /testsuites/sptests/spfifo05/spfifo05.doc
parent2010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9cdd944dce8b26ff3eb1d0ed1965a242f6fcf628.tar.bz2
2010-07-05 Bharath Suri <bharath.s.jois@gmail.com>
PR 1600/testing * spfifo05/init.c, spfifo05/spfifo05.doc, spfifo05/spfifo05.scn, spfifo05/Makefile.am: New tests for pipe/fifo routines. * Makefile.am, configure.ac: Add new test.
Diffstat (limited to 'testsuites/sptests/spfifo05/spfifo05.doc')
-rw-r--r--testsuites/sptests/spfifo05/spfifo05.doc23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/sptests/spfifo05/spfifo05.doc b/testsuites/sptests/spfifo05/spfifo05.doc
new file mode 100644
index 0000000000..4c168b0af3
--- /dev/null
+++ b/testsuites/sptests/spfifo05/spfifo05.doc
@@ -0,0 +1,23 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2010.
+# 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.
+
+directives
+
++ fifo_open
++ pipe_read
++ pipe_read
+
+concepts
+
++ Exercise pipe_read completely, including the error paths
++ Exercise pipe_write completely, including the error paths