summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl06/initimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/libtests/dl*: Change license to BSD-2Joel Sherrill2022-04-071-3/+22
| | | | Updates #3053.
* 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: Avoid build system defined definesSebastian Huber2019-11-121-0/+88
Update #3818.