+ Added comments on paths tested.

This commit is contained in:
Joel Sherrill
1999-11-12 21:27:42 +00:00
parent e8c902cd41
commit 624d7ca497
4 changed files with 28 additions and 2 deletions

View File

@@ -10,4 +10,15 @@
# http://www.OARcorp.com/rtems/license.html.
#
This file describes the directives and concepts tested by this test set.
test set name: itronhello
directives:
cre_tsk, sta_tsk
concepts:
a. Verifies the initial itron task can be created and started.

View File

@@ -20,10 +20,12 @@ directives:
concepts: XXX - Verify
a. verifies rot_rdq can be used by a task to correctly yeild the processor
a. verifies rot_rdq can be used by equal priority tasks to correctly yeild the processor
b. Verifies sus_tsk suspends another task.
c. Verifies rot_rdq with a yeild process response.
a. Verifies that a task can delete another task and also delete itself.
b. Verifies that memory is freed back to the heap correctly.

View File

@@ -10,4 +10,15 @@
# http://www.OARcorp.com/rtems/license.html.
#
This file describes the directives and concepts tested by this test set.
test set name: itronhello
directives:
cre_tsk, sta_tsk
concepts:
a. Verifies the initial itron task can be created and started.

View File

@@ -20,10 +20,12 @@ directives:
concepts: XXX - Verify
a. verifies rot_rdq can be used by a task to correctly yeild the processor
a. verifies rot_rdq can be used by equal priority tasks to correctly yeild the processor
b. Verifies sus_tsk suspends another task.
c. Verifies rot_rdq with a yeild process response.
a. Verifies that a task can delete another task and also delete itself.
b. Verifies that memory is freed back to the heap correctly.