summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-21build: Remove old build systemSebastian Huber29-367/+0
Close #3250. Close #4081.
2020-09-11Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill9-2963/+0
Closes #4040.
2019-12-19config: Remove Ada configuration optionsSebastian Huber1-0/+4
Update #3845.
2019-11-27testsuites/ada: Introduce init.c filesSebastian Huber58-58/+58
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 Huber30-30/+0
2018-01-29ada: Introduce RTEMS.Size typeSebastian Huber7-11/+11
Some time ago the Classic API object size related parameters were changed to use size_t. Reflect this in the Ada bindings. Update #3082.
2017-12-04ada/tm04: Account for task delete behaviour changeSebastian Huber1-0/+9
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 Huber58-58/+116
2017-11-06tests: Use simple console driverSebastian Huber29-29/+29
Update #3170. Update #3199.
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber149-0/+15661
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.