summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest01/ttest01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/ttest01/ttest01.doc')
-rw-r--r--testsuites/libtests/ttest01/ttest01.doc19
1 files changed, 19 insertions, 0 deletions
diff --git a/testsuites/libtests/ttest01/ttest01.doc b/testsuites/libtests/ttest01/ttest01.doc
new file mode 100644
index 0000000000..5cd63c1b1c
--- /dev/null
+++ b/testsuites/libtests/ttest01/ttest01.doc
@@ -0,0 +1,19 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: ttest01
+
+The test-*.c files must place the license header at the bottom of the file.
+This allows a copy and past of the test code into documentation sources and
+enables a constent line numbering between the documentation code fragements and
+the actual test output. For the same reason the T_TEST_OUTPUT() macros must be
+placed after the actual test cases. The test source files are dual licensesd
+BSD-2-Clause and CC-BY-SA-4.0.
+
+directives:
+
+ - RTEMS Test Framework
+
+concepts:
+
+ - Provide examples for the RTEMS Test Framework.
+ - Ensure that the RTEMS Test Framework works.