summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests/tm20 (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-20Do not define CONFIGURE_TICKS_PER_TIMESLICE to 0Sebastian Huber1-1/+0
Unconditionally make a CONFIGURE_TICKS_PER_TIMESLICE value less than or equal to zero an error. Update #4986.
2022-04-12testsuites/ada/tmtests/tm2*: Change license to BSD-2Joel Sherrill4-12/+88
Updates #3053.
2021-09-21build: Remove old build systemSebastian Huber1-12/+0
Close #3250. Close #4081.
2019-11-27testsuites/ada: Introduce init.c filesSebastian Huber2-2/+2
Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2017-12-01ada/tm20: Account for optional heap protectionSebastian Huber1-3/+3
Reduce size of the big allocation block to account for the optional heap protection (RTEMS_DEBUG).
2017-12-01ada: Add standard test begin/end messageSebastian Huber2-2/+4
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber5-0/+707
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.