summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpstart01/smpstart01.doc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-08 09:22:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-08 09:47:01 +0100
commitb08ba92819640e4649d1f8de3fa78068369d0a11 (patch)
tree521363186806a40322cb0dd45a553db96253b6ef /testsuites/smptests/smpstart01/smpstart01.doc
parentmpci: Fix RTEMS_DEBUG support (diff)
downloadrtems-b08ba92819640e4649d1f8de3fa78068369d0a11.tar.bz2
smptests/smpstart01: New test program
Update #4627.
Diffstat (limited to '')
-rw-r--r--testsuites/smptests/smpstart01/smpstart01.doc12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/smptests/smpstart01/smpstart01.doc b/testsuites/smptests/smpstart01/smpstart01.doc
new file mode 100644
index 0000000000..10dc9d0615
--- /dev/null
+++ b/testsuites/smptests/smpstart01/smpstart01.doc
@@ -0,0 +1,12 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: smpstart01
+
+directives:
+
+ - _Thread_Start_multitasking()
+
+concepts:
+
+ - Ensure that the multitasking start works in case the first context switch
+ has an heir thread which already executes the thread body.