summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rcxx01/rcxx01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/rcxx01/rcxx01.doc')
-rw-r--r--testsuites/libtests/rcxx01/rcxx01.doc16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/libtests/rcxx01/rcxx01.doc b/testsuites/libtests/rcxx01/rcxx01.doc
new file mode 100644
index 0000000000..3fd41b029b
--- /dev/null
+++ b/testsuites/libtests/rcxx01/rcxx01.doc
@@ -0,0 +1,16 @@
+# Copyright (c) 2019 Chris Johns <chrisj@rtems.org>
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: rcxx01
+
+directives:
+
+ rtems::thread::thread
+ rtems::thread::attributes
+
+concepts:
+
++ Create a thread using the default method, ie like std::thread.
+* Create a thread with changed attributes.