From 380c61ac673ba181ab90034684cc963441784c82 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 9 Nov 2009 14:25:28 +0000 Subject: 2009-11-09 Joel Sherrill * sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am, sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am, sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am, spfatal09/Makefile.am, spobjgetnext/Makefile.am, spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am, spwkspace/Makefile.am: Add documentation files for multiple tests. * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc, sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc, spfatal02/spfatal02.doc, spfatal03/spfatal03.doc, spfatal04/spfatal04.doc, spfatal05/spfatal05.doc, spfatal06/spfatal06.doc, spfatal07/spfatal07.doc, spfatal08/spfatal08.doc, spfatal09/spfatal09.doc, spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc, spsize/spsize.doc, spwatchdog/spwatchdog.doc, spwkspace/spwkspace.doc: New files. --- testsuites/sptests/spfatal02/Makefile.am | 1 + testsuites/sptests/spfatal02/spfatal02.doc | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 testsuites/sptests/spfatal02/spfatal02.doc (limited to 'testsuites/sptests/spfatal02') 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. -- cgit v1.2.3