summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/mptests/mp10/node2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/ada/mptests/*: Change license to BSD-2Joel Sherrill2022-04-122-6/+44
| | | | Updates #3053.
* build: Remove old build systemSebastian Huber2021-09-211-18/+0
| | | | | Close #3250. Close #4081.
* testsuites/ada: Introduce init.c filesSebastian Huber2019-11-272-1/+1
| | | | | | | 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-101-1/+0
|
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-124-0/+114
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.