summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemstest.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-24build: Sort source listsSebastian Huber1-12/+12
Use the Python sorted() function to sort the "source" lists.
2020-11-19libtest: Add primitive test case memory allocatorSebastian Huber1-0/+1
This primitive test case memory allocator uses memory from the low-level memory information provided by the BSP. At the beginning of each test case, the memory available to the test case is reinitialized. This allows the use of a simple allocate only allocator.
2020-11-19libtest: Make test case allocator configurableSebastian Huber1-1/+0
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+39
Update #3818.