summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl06/dl06.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl06/dl06.doc')
-rw-r--r--testsuites/libtests/dl06/dl06.doc20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuites/libtests/dl06/dl06.doc b/testsuites/libtests/dl06/dl06.doc
new file mode 100644
index 0000000000..8487385b04
--- /dev/null
+++ b/testsuites/libtests/dl06/dl06.doc
@@ -0,0 +1,20 @@
+# Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.org/license/LICENSE.
+#
+
+This file describes the directives and concepts tested by this test set.
+
+test set name: dl06
+
+directives:
+
+ n/a
+
+concepts:
+
++ Create a single RAP for file with 2 object files where one references
+ functions in libm that should never be part of the kernel base image.
++ Load the RAP image and executable the math library calls.