summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp16
diff options
context:
space:
mode:
authorToma Radu <radustoma@yahoo.com>2014-01-05 14:33:57 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-08 15:24:09 -0600
commit540b771a07b30fc9126402d70236285f09096697 (patch)
tree8b37a925cb664a61882a9ab6cc81835721ee9e31 /testsuites/sptests/sp16
parentshared vmeUniverse: Improve Doxygen (diff)
downloadrtems-540b771a07b30fc9126402d70236285f09096697.tar.bz2
sp16, sp17, and sp20: Documentation Fixes
Fix the documentation for the sp16, sp17 and sp20 tests.
Diffstat (limited to 'testsuites/sptests/sp16')
-rw-r--r--testsuites/sptests/sp16/sp16.doc19
1 files changed, 13 insertions, 6 deletions
diff --git a/testsuites/sptests/sp16/sp16.doc b/testsuites/sptests/sp16/sp16.doc
index b9178903b1..2506d3464f 100644
--- a/testsuites/sptests/sp16/sp16.doc
+++ b/testsuites/sptests/sp16/sp16.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
@@ -9,15 +9,22 @@
This file describes the directives and concepts tested by this test set.
-test set name: test16
+test set name: sp16
directives:
- ex_init, ex_start, t_create, t_start, t_delete, tm_tick, i_return,
- rn_create, rn_ident, rn_getbuf, rn_retbuf, rn_delete
+ rtmes_task_create
+ rtems_task_start
+ rtems_task_delete
+ rtems_clock_tick
+ rtems_region_create
+ rtems_region_ident
+ rtems_region_getbuf
+ rtems_region_retbuf
+ rtems_region_delete
concepts:
- a. This test checks out the region manager.
+ + This test checks out the region manager.
- b. Verifies implementation of SuperCore TOD_MICROSECONDS_TO_TICKS. Normal
+ + Verifies implementation of SuperCore TOD_MICROSECONDS_TO_TICKS. Normal
computation in applications is via a macro at the Classic API level.