summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl06/dl06.doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-04-12 14:52:36 +1000
committerChris Johns <chrisj@rtems.org>2018-04-12 17:54:59 +1000
commit86e79d795514424a4a69be0568bc2eeb802733b6 (patch)
tree104b9b331cc21ff80c424dcd4c19a224b2f0702c /testsuites/libtests/dl06/dl06.doc
parent31cd205d2b349d49099c7c2eff33365378c97529 (diff)
testsuites/dl06: Add a test for RAP format.
This test loads a RAP format file that contains calls that are not in the kernel and linked from libm. It uses and test rtems-ld. Update #2769
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.