zephyr/tests/ztest
Adithya Baglody f435fda313 ztest: cleanup phase should reset the timeout queue.
Reusing the k_thread structure requires a cleanup of all essential
info. We need to remove the ztest_thread information from the timeout_q.

If left untouched, when a tick occurs the thread's delta_ticks_from_prev
would be corrupted. This inturn causes a chain reaction of problems.
Thus once the unit test is completed the timeout_q is scrubbed.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-01-24 21:16:17 +05:30
..
include tests: ztest: Add formatting in assert APIs 2017-10-28 13:09:33 -04:00
src ztest: cleanup phase should reset the timeout queue. 2018-01-24 21:16:17 +05:30
test tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00