summaryrefslogtreecommitdiff
path: root/testsuites/libtests/dl06/init.c (follow)
AgeCommit message (Collapse)Author
2019-11-12libtests: Avoid build system defined definesSebastian Huber
Update #3818.
2018-07-30libtests: Use CONFIGURE_INIT_TASK_TABLE_SIZESebastian Huber
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.
2018-04-12testsuites/dl06: Add a test for RAP format.Chris Johns
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