summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01/dl01.doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-11-04 16:30:08 +1100
committerChris Johns <chrisj@rtems.org>2014-11-04 16:30:08 +1100
commitd52c9e4d71a6ea065de4d024336de10873eb01d3 (patch)
treeeb84149a6de1f2218da9482f02e3ac20be62647a /testsuites/libtests/dl01/dl01.doc
parentRegenerated preinstall.am file. (diff)
downloadrtems-d52c9e4d71a6ea065de4d024336de10873eb01d3.tar.bz2
libtests: Update dl01 documentation.
Diffstat (limited to 'testsuites/libtests/dl01/dl01.doc')
-rw-r--r--testsuites/libtests/dl01/dl01.doc25
1 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/libtests/dl01/dl01.doc b/testsuites/libtests/dl01/dl01.doc
index e69de29bb2..a1099287d4 100644
--- a/testsuites/libtests/dl01/dl01.doc
+++ b/testsuites/libtests/dl01/dl01.doc
@@ -0,0 +1,25 @@
+# Copyright (c) 2014 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: dl01
+
+directives:
+
+ dlopen
+ dlinfo
+ dlsym
+ dlclose
+
+concepts:
+
++ Load a single ELF object file.
++ Check there are no unreolved externals.
++ Locate the rtems_main symbol.
++ Call the function and have the function call the base kernel imake.
++ Unload the ELF file.