summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/mptests/mp14 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove old build systemSebastian Huber2021-09-213-39/+0
| | | | | Close #3250. Close #4081.
* testsuites/ada: Introduce init.c filesSebastian Huber2019-11-275-3/+3
| | | | | | | 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.
* ada/mptests: Make them compile cleanSebastian Huber2019-11-122-45/+50
| | | | | | Fix all warnings. Update #3818.
* build: Remove local.amSebastian Huber2018-10-103-3/+0
|
* ada: Add standard test begin/end messageSebastian Huber2017-12-012-1/+4
|
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-1212-0/+1297
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.