summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemstest.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Sort source listsSebastian Huber2021-02-241-12/+12
| | | | Use the Python sorted() function to sort the "source" lists.
* libtest: Add primitive test case memory allocatorSebastian Huber2020-11-191-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.
* libtest: Make test case allocator configurableSebastian Huber2020-11-191-1/+0
|
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+39
Update #3818.