summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp08
diff options
context:
space:
mode:
authorToma Radu <radustoma@yahoo.com>2013-12-28 04:05:26 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-28 17:37:31 -0600
commit7183e01dfc22b4b0f5b51ce5ea09b375bee40d05 (patch)
tree5043191effca3957ceba36850ccd74bbfffa74ce /testsuites/sptests/sp08
parentlibbsp/m68k: Add doxygen to m68k shared files. (diff)
downloadrtems-7183e01dfc22b4b0f5b51ce5ea09b375bee40d05.tar.bz2
Test suite documentations corrections and fixes.
Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files.
Diffstat (limited to 'testsuites/sptests/sp08')
-rw-r--r--testsuites/sptests/sp08/sp08.doc17
1 files changed, 8 insertions, 9 deletions
diff --git a/testsuites/sptests/sp08/sp08.doc b/testsuites/sptests/sp08/sp08.doc
index 42bf115e7a..f562e0e559 100644
--- a/testsuites/sptests/sp08/sp08.doc
+++ b/testsuites/sptests/sp08/sp08.doc
@@ -1,4 +1,4 @@
-# COPYRIGHT (c) 1989-1999.
+# COPYRIGHT (c) 1989-2013.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
@@ -6,17 +6,16 @@
# http://www.rtems.com/license/LICENSE.
#
-
-This file describes the directives and concepts tested by this test set.
-
-test set name: test8
+test set name: sp08
directives:
- ex_init, ex_start, t_create, t_start, tm_tick, i_return,
- t_mode
+ rtems_task_create
+ rtems_task_start
+ rtems_clock_tick
+ rtems_task_mode
concepts:
- a. Verifies every mode change possible.
+ + Verifies every mode change possible.
- b. Verifies the fatal error handler.
+ + Verifies the fatal error handler.