mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 23:53:18 +00:00
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
30 lines
752 B
Plaintext
30 lines
752 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.OARcorp.com/rtems/license.html.
|
|
#
|
|
|
|
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.
|
|
|