summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxthreadname01/psxthreadname01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxthreadname01/psxthreadname01.doc')
-rw-r--r--testsuites/psxtests/psxthreadname01/psxthreadname01.doc12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxthreadname01/psxthreadname01.doc b/testsuites/psxtests/psxthreadname01/psxthreadname01.doc
new file mode 100644
index 0000000000..9094bc0955
--- /dev/null
+++ b/testsuites/psxtests/psxthreadname01/psxthreadname01.doc
@@ -0,0 +1,12 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: psxthreadname01
+
+directives:
+
+ - pthread_setname_np()
+ - pthread_getname_np()
+
+concepts:
+
+ - Ensure that set/get of thread names works as expected.