summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp27a/sp27a.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 20:26:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 20:26:45 +0000
commita5e620e89d70794cf80a1b77965e6a3ab4127daa (patch)
tree740a50769494f2b0c7fef7819ec8cc44be6de353 /testsuites/sptests/sp27a/sp27a.doc
parent2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a5e620e89d70794cf80a1b77965e6a3ab4127daa.tar.bz2
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, sp27/Makefile.am, sp27/init.c, sp27/sp27.doc, sp27/sp27.scn: Rework sp27 so it can be reinstantiated as sp27a and test flushing both counting and binary semaphores. Reformatted. * sp27a/.cvsignore, sp27a/Makefile.am, sp27a/sp27a.doc, sp27a/sp27a.scn: New files.
Diffstat (limited to 'testsuites/sptests/sp27a/sp27a.doc')
-rw-r--r--testsuites/sptests/sp27a/sp27a.doc25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/sptests/sp27a/sp27a.doc b/testsuites/sptests/sp27a/sp27a.doc
new file mode 100644
index 0000000000..2f041f84d3
--- /dev/null
+++ b/testsuites/sptests/sp27a/sp27a.doc
@@ -0,0 +1,25 @@
+#
+# $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: sp27a
+
+directives:
+
+ rtems_semaphore_create
+ rtems_semaphore_obtain
+ rtems_semaphore_flush
+
+concepts:
+
++ Ensure that flushing a binary semaphore with multiple waiting tasks
+ works as expected.