summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp17/sp17.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp17/sp17.doc')
-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.