Searched refs:count_callback2 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/zbus/runtime_observers_registration/src/ |
D | main.c | 55 static int count_callback2; variable 58 ++count_callback2; in callback2() 96 count_callback2 = 0; in ZTEST() 99 zassert_equal(count_callback2, 1, "The counter could not be more than zero, no obs"); in ZTEST() 107 zassert_equal(count_callback2, 3, "The counter could not be more than zero, no obs, %d", in ZTEST() 108 count_callback2); in ZTEST() 109 count_callback2 = 0; in ZTEST() 126 zassert_equal(count_callback2, 5, NULL); in ZTEST() 131 zassert_equal(count_callback2, 10, NULL); in ZTEST()
|