summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl07/dl07.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/dl07/dl07.doc')
-rw-r--r--testsuites/libtests/dl07/dl07.doc27
1 files changed, 27 insertions, 0 deletions
diff --git a/testsuites/libtests/dl07/dl07.doc b/testsuites/libtests/dl07/dl07.doc
new file mode 100644
index 0000000000..9a06de16fc
--- /dev/null
+++ b/testsuites/libtests/dl07/dl07.doc
@@ -0,0 +1,27 @@
+# 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: dl07
+
+directives:
+
+ dlopen
+ dlinfo
+ dlsym
+ dlclose
+
+concepts:
+
++ Load 5 interdependent ELF object files.
++ Check there are no unreolved externals. There should be unresolved
+ externals after dl07-o3.c is loaded but resolved with o4 and o5.
++ Locate the main symbol in each lodaed object file and call.
++ Unload the ELF files in an order that checks dependent objects cannot
+ be unloaded until the references have been unloaded.
++ Repeat 100 times.