From 540b771a07b30fc9126402d70236285f09096697 Mon Sep 17 00:00:00 2001 From: Toma Radu Date: Sun, 5 Jan 2014 14:33:57 -0600 Subject: sp16, sp17, and sp20: Documentation Fixes Fix the documentation for the sp16, sp17 and sp20 tests. --- testsuites/sptests/sp17/sp17.doc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'testsuites/sptests/sp17/sp17.doc') 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. -- cgit v1.2.3