summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl08/dl08.doc
blob: 29819bbc838532a21fc6932852f25bc7a96554e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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: dl08

directives:

  dlopen
  dlinfo
  dlsym
  dlclose

concepts:

+ Provide an archive config file. Parse and load the archive symbol table.
+ Load 1 ELF object file which loads 5 object files from 2 archives.
+ Check there are no unreolved externals.
+ Locate the main symbol in the lodaed object file and call. This will call
  each loaded object file.
+ Unload the ELF file which unloads the orphaned object files.
+ Repeat 100 times.