summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc')
-rw-r--r--testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc b/testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc
new file mode 100644
index 0000000000..4dc5bde09d
--- /dev/null
+++ b/testsuites/psxtests/psxglobalcon02/psxglobalcon02.doc
@@ -0,0 +1,12 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxglobalcon02
+
+directives:
+
+ - _Thread_Global_construction()
+
+concepts:
+
+ - Ensure that the global construction is performed exactly once in case a
+ RTEMS initialization task and a POSIX initialization thread are present.