summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/rtems++/rtems++.doc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/libtests/rtems++/rtems++.doc')
-rw-r--r--c/src/tests/libtests/rtems++/rtems++.doc29
1 files changed, 29 insertions, 0 deletions
diff --git a/c/src/tests/libtests/rtems++/rtems++.doc b/c/src/tests/libtests/rtems++/rtems++.doc
new file mode 100644
index 0000000000..5834b4077d
--- /dev/null
+++ b/c/src/tests/libtests/rtems++/rtems++.doc
@@ -0,0 +1,29 @@
+#
+# $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.
+