summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp40/sp40.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-25 01:39:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-25 01:39:45 +0000
commit7467542e85d1a257199c1d9d80e28e9dcffe8685 (patch)
tree1ede8616cdeefce93ad82744a5301ed709799447 /testsuites/sptests/sp40/sp40.doc
parent2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7467542e85d1a257199c1d9d80e28e9dcffe8685.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp40/sp40.doc25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/sptests/sp40/sp40.doc b/testsuites/sptests/sp40/sp40.doc
new file mode 100644
index 0000000000..4fe3640aad
--- /dev/null
+++ b/testsuites/sptests/sp40/sp40.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: 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.