summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal07
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal07')
-rw-r--r--testsuites/sptests/spfatal07/Makefile.am1
-rw-r--r--testsuites/sptests/spfatal07/spfatal07.doc23
2 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/spfatal07/Makefile.am b/testsuites/sptests/spfatal07/Makefile.am
index c9999edc88..1221969e80 100644
--- a/testsuites/sptests/spfatal07/Makefile.am
+++ b/testsuites/sptests/spfatal07/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = spfatal07
spfatal07_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
dist_rtems_tests_DATA = spfatal07.scn
+dist_rtems_tests_DATA += spfatal07.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/sptests/spfatal07/spfatal07.doc b/testsuites/sptests/spfatal07/spfatal07.doc
new file mode 100644
index 0000000000..0305a08067
--- /dev/null
+++ b/testsuites/sptests/spfatal07/spfatal07.doc
@@ -0,0 +1,23 @@
+#
+# $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: spfatal07
+
+directives:
+
+ None specifically
+
+concepts:
+
++ Ensure that the error condition when the interrupt stack size configured
+ is too small is properly treated as a fatal error.