summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmfine01/tmfine01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tmfine01/tmfine01.doc')
-rw-r--r--testsuites/tmtests/tmfine01/tmfine01.doc21
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuites/tmtests/tmfine01/tmfine01.doc b/testsuites/tmtests/tmfine01/tmfine01.doc
new file mode 100644
index 0000000000..1bf39c6803
--- /dev/null
+++ b/testsuites/tmtests/tmfine01/tmfine01.doc
@@ -0,0 +1,21 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: tmfine01
+
+directives:
+
+ - rtems_event_send()
+ - rtems_event_receive()
+ - rtems_semaphore_obtain()
+ - rtems_semaphore_release()
+ - rtems_message_queue_send()
+ - rtems_message_queue_receive()
+
+concepts:
+
+ - Count event send and receive operations to self.
+ - Count event send and receive operations from all tasks to one.
+ - Count mutex obtain and release operations with a private mutex.
+ - Count mutex obtain and release operations with a global mutex.
+ - Count message send and receive operations with a private message queue.
+ - Count message send and receive operations with a global message queue.