summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/ada/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-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.
2021-09-16testsuites: Wrap putcharAlex White1-0/+1
The linker flag to wrap putchar was lost in translation from make to waf.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+186
Update #3818.