summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl06 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtests/dl*: Do not generate files via "echo"Sebastian Huber2019-11-251-0/+1
| | | | | | Add the static files to the repository. This simplifies the build. Update #3818.
* libtests: Avoid build system defined definesSebastian Huber2019-11-123-88/+91
| | | | Update #3818.
* dl06/dl06-o1.c: Remove set, not used warningJoel Sherrill2018-08-151-1/+4
|
* libtests: Use CONFIGURE_INIT_TASK_TABLE_SIZESebastian Huber2018-07-301-4/+3
| | | | | | | | Using CONFIGURE_MINIMUM_TASK_STACK_SIZE increases also the interrupt stack size. This is an issue on some BSPs. Use CONFIGURE_INIT_TASK_TABLE_SIZE instead. Update #3433.
* testsuites/dl06: Add a test for RAP format.Chris Johns2018-04-128-0/+349
This test loads a RAP format file that contains calls that are not in the kernel and linked from libm. It uses and test rtems-ld. Update #2769