summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl10/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber2019-12-191-1/+1
| | | | | | | Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Update #3753.
* libtests/dl*: Use rtems_tarfs_load()Sebastian Huber2019-11-261-2/+2
| | | | | Use rtems_tarfs_load() instead of Untar_FromMemory() to reduce the memory demands of the tests.
* libtests/dl*: Do not generate files via "echo"Sebastian Huber2019-11-251-8/+0
| | | | | | Add the static files to the repository. This simplifies the build. Update #3818.
* libdl: Add an archive commandChris Johns2019-03-221-0/+137
- 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.