summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ttest02 (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Huber3-0/+222
Update #3199.