Files
rtems/testsuites/sptests/sp40/sp40.doc
T
Joel Sherrill 7467542e85 2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, sp40/Makefile.am, sp40/init.c,
	sp40/sp40.scn: Now verified to hit coverage cases.
	* sp40/sp40.doc: New file.
2009-07-25 01:39:45 +00:00

26 lines
603 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: sp40
directives:
rtems_io_register_driver
concepts:
+ Exercise dynamic insertion of drivers until there are too many and
when inserting into a slot that is already in use.
+ Focus on case where initialization entry is NULL and open entry is NOT NULL.