summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp17
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/sp17
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/sp17')
-rw-r--r--testsuites/sptests/sp17/sp17.doc18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuites/sptests/sp17/sp17.doc b/testsuites/sptests/sp17/sp17.doc
index 03f6f48ccc..94cdee5085 100644
--- a/testsuites/sptests/sp17/sp17.doc
+++ b/testsuites/sptests/sp17/sp17.doc
@@ -9,24 +9,24 @@
This file describes the directives and concepts tested by this test set.
-test set name: test17
+test set name: sp17
directives:
-+ rtems_task_create
-+ rtems_task_start
-+ rtems_task_delete
+ rtems_task_create
+ rtems_task_start
+ rtems_task_delete
concepts:
- a. Verifies system can create and start both the executive's system
+ + Verifies system can create and start both the executive's system
initialization and idle task.
- b. Verifies can print strings to the CRT on port 2 of the mvme136 board
+ + Verifies can print strings to the CRT on port 2 of the mvme136 board
using Print and Println in the board support package.
- c. Verifies executive initialization performed correctly.
+ + Verifies executive initialization performed correctly.
- d. Verifies that a task can get the task identification number
+ + Verifies that a task can get the task identification number
of another task.
- e. Verifies that a signal can be sent to a remote task.
+ + Verifies that a signal can be sent to a remote task.