Files
rtems/testsuites/libtests/dl10/dl10.doc
T
Chris Johns dad6fd4333 libdl: Add an archive command
- The archive command lists archives, symbols and any duplicate
  symbols.
- Change the RTL shell commands to the rtems_printer to allow
  the output to be captured.
2019-03-22 14:16:52 +11:00

23 lines
472 B
Plaintext

# Copyright (c) 2019 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: dl10
directives:
dlopen
dlinfo
dlsym
dlclose
concepts:
+ Load modules from archives that have duplicate symbols.
+ Wait a shell prompt to test the RTL commands.