summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.