summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp09 (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2018-01-29ada: Introduce RTEMS.Size typeSebastian Huber2-6/+8
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/sp09: Fix timer server test caseSebastian Huber1-1/+1
A priority of zero is valid for the timer server.
2017-12-04ada/sp09: Fix region test casesSebastian Huber2-16/+17
2017-12-01ada: Add standard test begin/end messageSebastian Huber2-2/+4
2017-12-01ada: Delete superfluous CONFIGURE_SPTESTSebastian Huber1-2/+0
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-12ada-tests: Move to testsuites/adaSebastian Huber6-0/+3870
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.