summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests/tmoverhd/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill2020-09-111-13/+0
| | | | Closes #4040.
* testsuites/ada: Introduce init.c filesSebastian Huber2019-11-271-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-121-0/+14
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.