31 #include "sw/device/lib/testing/test_framework/check.h"
32 #include "sw/device/lib/testing/test_framework/ottf_macros.h"
35 OTTF_DEFINE_TEST_CONFIG(.enable_concurrency =
true);
37 static void task_1(
void *task_parameters) {
48 OTTF_TASK_DELETE_SELF_OR_DIE;
51 static void task_2(
void *task_parameters) {
60 OTTF_TASK_DELETE_SELF_OR_DIE;
63 static void task_3(
void *task_parameters) {
78 OTTF_TASK_DELETE_SELF_OR_DIE;
98 LOG_INFO(
"Yielding execution to another task.");