summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp04/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ada-tests: Move to testsuites/adaSebastian Huber2017-10-121-9/+0
| | | | | | | This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-4/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* New style main procedure which creates the test's RTEMS initialization taskJoel Sherrill1997-06-031-0/+13
as an RTEMS task. This avoid problems resulting from differences in the tasking mode/priority of Ada tasks from the typical way an RTEMS initialization task is created.