mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 10:08:00 +08:00
- 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.
23 lines
472 B
Plaintext
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.
|