summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/psxtests/grp.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-02build: Improve testsuite build selectionSebastian Huber1-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
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-08-10Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIORJoel Sherrill1-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.
2022-07-04build: Add cppflags, cflags, cxxflags to groupsSebastian Huber1-0/+3
Propagate the group defined cppflags, cflags, and cxxflags from parent groups to child items through the build item context. Update #4670.
2022-05-05build: Check for psxtests prerequisitesSebastian Huber1-0/+6
Close #4645.
2021-10-29testsuite: Add machine exception signal map testKinsey Moore1-0/+2
Add a test to verify that mapping of machine exceptions to POSIX signals operates properly when the application requests it.
2021-09-16testsuites: Wrap putcharAlex White1-0/+1
The linker flag to wrap putchar was lost in translation from make to waf.
2021-08-18confstr() support for RTEMSEshan dhawan1-0/+2
Closes #3373 confstr() style update Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
2021-03-11Test suite for FTW.H methodsEshan dhawan1-0/+2
Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+235
Update #3818.