summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/psxtests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Add machine exception signal map testKinsey Moore2021-10-292-0/+24
| | | | | Add a test to verify that mapping of machine exceptions to POSIX signals operates properly when the application requests it.
* testsuites: Wrap putcharAlex White2021-09-161-0/+1
| | | | The linker flag to wrap putchar was lost in translation from make to waf.
* confstr() support for RTEMSEshan dhawan2021-08-182-0/+22
| | | | | | | | Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* Test suite for FTW.H methodsEshan dhawan2021-03-112-0/+36
| | | | Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* build: Sort source listsSebastian Huber2021-02-242-505/+505
| | | | Use the Python sorted() function to sort the "source" lists.
* build: Alternative build system based on wafSebastian Huber2020-09-14111-0/+3308
Update #3818.