summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest02/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* libtest: Fix use of flexible array memberSebastian Huber2021-05-031-15/+15
| | | | Flexible array members must not appear in the middle of a structure.
* libtest: Add fixture stepsSebastian Huber2020-08-181-3/+4
| | | | | | Support a new test plan for each nested fixture. Update #3199.
* libtest: Add T_thread_switch_record()Sebastian Huber2020-08-111-0/+66
| | | | | | | | Add support to record thread switch events. This can be used to check that a blocking operation results in the expected sequence of thread switches. Update #3199.
* libtest: Fix T_interrupt_test() in SMP configsSebastian Huber2020-08-061-0/+54
| | | | Update #3199.
* libtest: Add T_interrupt_test()Sebastian Huber2020-07-231-0/+174
Update #3199.