summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/psxtests/grp.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Improve testsuite build selectionSebastian Huber2023-11-021-3/+1
| | | | | | | | | | | | | Enable an individual testsuite only through the corresponding enable. Use BUILD_TESTS to change the default value of the individual testsuite enable options. This allows the user to enable all testsuites with specific exceptions. For example, this builds all testsuites except the benchmarks: [arch/bsp] BUILD_TESTS = True BUILD_BENCHMARKS = False
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill2022-08-101-0/+2
| | | | | | | | | This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Updates #4691.
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-041-0/+3
| | | | | | | Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
* build: Check for psxtests prerequisitesSebastian Huber2022-05-051-0/+6
| | | | Close #4645.
* testsuite: Add machine exception signal map testKinsey Moore2021-10-291-0/+2
| | | | | 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-181-0/+2
| | | | | | | | Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* Test suite for FTW.H methodsEshan dhawan2021-03-111-0/+2
| | | | Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+235
Update #3818.