summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp04 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuites/ada: Introduce init.c filesSebastian Huber2019-11-272-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.
* build: Remove local.amSebastian Huber2018-10-101-1/+0
|
* ada/sp04: Fix test failure due to compiler optiSebastian Huber2018-02-221-0/+1
| | | | | The SPTEST.RUN_COUNT must be volatile since it is changed outside of the procedure scope by the thread switch extension.
* ada: Add standard test begin/end messageSebastian Huber2017-12-012-2/+4
|
* ada: Delete superfluous CONFIGURE_SPTESTSebastian Huber2017-12-011-2/+0
|
* ada/sp04: Fix clock getSebastian Huber2017-11-241-1/+1
| | | | Update #2676.
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-127-0/+622
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.