summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/smptests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Improve testsuite build selectionSebastian Huber2023-11-021-4/+2
| | | | | | | | | | | | | 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-2062-62/+62
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* 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.
* smptests/smpstart01: New test programSebastian Huber2022-03-082-0/+21
| | | | Update #4627.
* testsuites: Wrap putcharAlex White2021-09-161-0/+1
| | | | The linker flag to wrap putchar was lost in translation from make to waf.
* build: Sort source listsSebastian Huber2021-02-243-3/+3
| | | | Use the Python sorted() function to sort the "source" lists.
* irqs01/smpirqs01: New testsSebastian Huber2020-09-142-0/+22
| | | | Close #4034.
* build: Alternative build system based on wafSebastian Huber2020-09-1460-0/+1339
Update #3818.