summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal02
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal02')
-rw-r--r--testsuites/sptests/spfatal02/Makefile.am1
-rw-r--r--testsuites/sptests/spfatal02/spfatal02.doc23
2 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/spfatal02/Makefile.am b/testsuites/sptests/spfatal02/Makefile.am
index 11e63162b4..9fe3edba3f 100644
--- a/testsuites/sptests/spfatal02/Makefile.am
+++ b/testsuites/sptests/spfatal02/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = spfatal02
spfatal02_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
dist_rtems_tests_DATA = spfatal02.scn
+dist_rtems_tests_DATA += spfatal02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/sptests/spfatal02/spfatal02.doc b/testsuites/sptests/spfatal02/spfatal02.doc
new file mode 100644
index 0000000000..a6d991d502
--- /dev/null
+++ b/testsuites/sptests/spfatal02/spfatal02.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: spfatal02
+
+directives:
+
+ rtems_task_start for a user initialization task
+
+concepts:
+
++ Ensure that when rtems_task_start returns an error when creating a Classic
+ API user initialization task is properly treated as a fatal error.