summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest02/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2021-05-03libtest: Fix use of flexible array memberSebastian Huber1-15/+15
Flexible array members must not appear in the middle of a structure.
2020-08-18libtest: Add fixture stepsSebastian Huber1-3/+4
Support a new test plan for each nested fixture. Update #3199.
2020-08-11libtest: Add T_thread_switch_record()Sebastian Huber1-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.
2020-08-06libtest: Fix T_interrupt_test() in SMP configsSebastian Huber1-0/+54
Update #3199.
2020-07-23libtest: Add T_interrupt_test()Sebastian Huber1-0/+174
Update #3199.