summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-2129-367/+0
| | | | | Close #3250. Close #4081.
* Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill2020-09-119-2963/+0
| | | | Closes #4040.
* config: Remove Ada configuration optionsSebastian Huber2019-12-191-0/+4
| | | | Update #3845.
* testsuites/ada: Introduce init.c filesSebastian Huber2019-11-2758-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.
* build: Remove local.amSebastian Huber2018-10-1030-30/+0
|
* ada: Introduce RTEMS.Size typeSebastian Huber2018-01-297-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.
* ada/tm04: Account for task delete behaviour changeSebastian Huber2017-12-041-0/+9
|
* ada/tm20: Account for optional heap protectionSebastian Huber2017-12-011-3/+3
| | | | | Reduce size of the big allocation block to account for the optional heap protection (RTEMS_DEBUG).
* ada: Add standard test begin/end messageSebastian Huber2017-12-0158-58/+116
|
* tests: Use simple console driverSebastian Huber2017-11-0629-29/+29
| | | | | Update #3170. Update #3199.
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-12149-0/+15661
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.