# COPYRIGHT (c) 1989-2013. # 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.rtems.org/license/LICENSE. # This file describes the directives and concepts tested by this test set. test set name: sp17 directives: rtems_task_create rtems_task_start rtems_task_delete concepts: + Verifies system can create and start both the executive's system initialization and idle task. + Verifies can print strings to the CRT on port 2 of the mvme136 board using Print and Println in the board support package. + Verifies executive initialization performed correctly. + Verifies that a task can get the task identification number of another task. + Verifies that a signal can be sent to a remote task.