2c3346ae73
ztest execute syncronization depends on sem take and give between TC. Current issues are *) test execution go to next one before current TC finish *) one TC failure will block whole testing. Fix this issue by move k_sem_take from init_testing to run_test and add k_sem_give in run_test_fail. Meanwhile, set init sem value range from 0 to 1 Issue: ZEP-1164 Change-Id: I7b2d38501d0965455a71863a4729ee81472a63ec Signed-off-by: jing wang <jing.j.wang@intel.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
test | ||
Kbuild | ||
Kconfig | ||
Makefile |