mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 22:07:15 +00:00
26 lines
576 B
Plaintext
26 lines
576 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-1999.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in the file LICENSE in this distribution or at
|
|
# http://www.OARcorp.com/rtems/license.html.
|
|
#
|
|
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: test6
|
|
|
|
directives:
|
|
ex_init, ex_start, t_create, t_start, tm_tick, i_return,
|
|
tm_wkafter, t_restart
|
|
|
|
concepts:
|
|
|
|
a. Verifies that a task can restart a task other than itself.
|
|
|
|
b. Verifies that a task can restart itself.
|