summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsem05/spsem05.doc
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2017-12-19 16:02:55 -0500
committerGedare Bloom <gedare@rtems.org>2018-03-23 11:33:59 -0400
commit9f011b97d96fbc4b2795cc0e063593640234add6 (patch)
treece5969176a9671e148d358dc73dda34966f68341 /testsuites/sptests/spsem05/spsem05.doc
parentsptests/spsem04: test prio stepdown on sem release (diff)
downloadrtems-9f011b97d96fbc4b2795cc0e063593640234add6.tar.bz2
sptests/spsem05: another test of prio stepdown on sem release
Diffstat (limited to 'testsuites/sptests/spsem05/spsem05.doc')
-rw-r--r--testsuites/sptests/spsem05/spsem05.doc13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuites/sptests/spsem05/spsem05.doc b/testsuites/sptests/spsem05/spsem05.doc
new file mode 100644
index 0000000000..dfc0b13924
--- /dev/null
+++ b/testsuites/sptests/spsem05/spsem05.doc
@@ -0,0 +1,13 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: spsem05
+
+directives:
+
+ - rtems_semaphore_obtain()
+ - rtems_semaphore_release()
+
+concepts:
+
+ - Demonstrate that the priority inheritance protocol works with or without
+ stepping down of priority on semaphore release.