forked from Imagelibrary/rtems
* 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.
26 lines
541 B
Plaintext
26 lines
541 B
Plaintext
#
|
|
# $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: sp27
|
|
|
|
directives:
|
|
|
|
rtems_semaphore_create
|
|
rtems_semaphore_obtain
|
|
rtems_semaphore_flush
|
|
|
|
concepts:
|
|
|
|
+ Ensure that flushing a counting semaphore with multiple waiting tasks
|
|
works as expected.
|