From 7183e01dfc22b4b0f5b51ce5ea09b375bee40d05 Mon Sep 17 00:00:00 2001 From: Toma Radu Date: Sat, 28 Dec 2013 04:05:26 -0600 Subject: Test suite documentations corrections and fixes. Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files. --- testsuites/sptests/sp05/sp05.doc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'testsuites/sptests/sp05') diff --git a/testsuites/sptests/sp05/sp05.doc b/testsuites/sptests/sp05/sp05.doc index b59425fd38..e6c3a82e9f 100644 --- a/testsuites/sptests/sp05/sp05.doc +++ b/testsuites/sptests/sp05/sp05.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,19 @@ # http://www.rtems.com/license/LICENSE. # - -This file describes the directives and concepts tested by this test set. - -test set name: test5 +test set name: sp05 directives: - ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident - tm_wkafter, t_suspend, t_resume + rtems_task_create + rtems_task_start + rtems_clock_tick + rtems_task_ident + rtems_clock_wkafter + rtems_task_suspend + rtems_task_resume concepts: - a. Verifies that a task can be suspended and resumed. + + Verifies that a task can be suspended and resumed. - b. Verifies that a task can suspend itself. + + Verifies that a task can suspend itself. -- cgit v1.2.3