summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal11/spfatal11.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-24 06:35:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-24 06:35:29 +0000
commit046f47154f6691db5d4bef5493f63eb609c0e57f (patch)
treea0529e04d3b924f8facca80460091ad650829cfa /testsuites/sptests/spfatal11/spfatal11.doc
parent2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br> (diff)
downloadrtems-046f47154f6691db5d4bef5493f63eb609c0e57f.tar.bz2
2009-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, spprintk/init.c, spprintk/spprintk.scn: Enhance spprintk. Add two new fatal error tests to cover __assert_func. * spfatal11/.cvsignore, spfatal11/Makefile.am, spfatal11/init.c, spfatal11/spfatal11.doc, spfatal11/spfatal11.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/spfatal11/spfatal11.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/sptests/spfatal11/spfatal11.doc b/testsuites/sptests/spfatal11/spfatal11.doc
new file mode 100644
index 0000000000..1d2ff9dd82
--- /dev/null
+++ b/testsuites/sptests/spfatal11/spfatal11.doc
@@ -0,0 +1,22 @@
+#
+# $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: fatal 11
+
+directives:
+ __assert_func
+
+concepts:
+
+ a. Verify that the __assert_func method works as expected with NULL
+ function name.