zephyr/tests/ztest
jing wang 2c3346ae73 ztest: fix ztest syncronization issue when execution
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>
2016-11-02 18:07:25 +00:00
..
include ztest: move ztest to unified kernel 2016-10-31 21:38:04 +00:00
src ztest: fix ztest syncronization issue when execution 2016-11-02 18:07:25 +00:00
test ztest: move ztest to unified kernel 2016-10-31 21:38:04 +00:00
Kbuild
Kconfig ztest: move ztest to unified kernel 2016-10-31 21:38:04 +00:00
Makefile