summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemstest.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add header for RTEMS test printerSebastian Huber2023-09-261-0/+1
| | | | | | | | | | The <rtems/test-info.h> header file is required for every RTEMS test program. Move the RTEMS test printer support to a dedicated header file <rtems/test-printer.h>. This removes an unnecessary dependency to the RTEMS printer support in <rtems/test-info.h>. Tests using the RTEMS Testing Framework no longer depend on the <rtems/printer.h>.
* score: Move <rtems/score/gcov.h>Sebastian Huber2023-07-281-0/+4
| | | | | Move <rtems/score/gcov.h> to <rtems/test-gcov.h>. These functions do not belong to an super core service.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* gcov: Add wrapper to dump the gcov infoSebastian Huber2022-07-041-0/+2
| | | | Update #4670.
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-041-0/+1
| | | | Update #4670.
* libtest: Add scheduler test supportSebastian Huber2022-03-241-0/+2
| | | | | | | | | Add support to record scheduler operations. This support is especially important for tests in SMP configurations since the thread switch extension is quite difficult to use due to the asynchronous nature of thread dispatching. In contrast, the scheduler operations occur normally in a deterministic order. Update #3716.
* build: Move test header to right library itemSebastian Huber2021-12-091-1/+5
|
* 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.