forked from Imagelibrary/rtems
* cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c, cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c, malloctest/system.h, malloctest/task1.c, monitor/init.c, monitor/system.h, putenvtest/init.c, rtems++/Init.cc, rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc, rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c, rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c, stackchk/init.c, stackchk/system.h, stackchk/task1.c: URL for license changed.
30 lines
747 B
Plaintext
30 lines
747 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1997
|
|
# Objective Design Systems Ltd Pty (ODS)
|
|
# All rights reserved (R) Objective Design Systems Ltd Pty
|
|
#
|
|
# The license and distribution terms for this file may be found in the
|
|
# file LICENSE in this distribution or at
|
|
# http://www.rtems.com/license/LICENSE.
|
|
#
|
|
|
|
The file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: rtems++
|
|
|
|
classes:
|
|
rtemsTask, rtemsTaskMode, rtemsEvent, rtemsMessageQueue
|
|
|
|
concepts:
|
|
|
|
a. Verify each class tested can be constructed using each of the constructors.
|
|
|
|
b. Verify each class can be an owner of an object id if capable.
|
|
|
|
c. Verify each class can connect to an existing object id if capable.
|
|
|
|
d. Verify the operation of each method of each class.
|
|
|