zephyr/tests/kernel/threads_customdata/cdata_api
Kumar Gala c7bc909914 tests/ztest: rename assert macros to be zephyr specific
ztest has a number of assert style macros and used a baseline assert()
that varies from the system definition of assert() so lets rename
everything as zassert to be clear.

Change-Id: I7f176b3bae94d1045054d665be8b5bda947e5bb0
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-13 21:17:33 +00:00
..
src tests/ztest: rename assert macros to be zephyr specific 2017-04-13 21:17:33 +00:00
Makefile tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
prj.conf tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
README tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00
testcase.ini tests: add threads customdata api test case with unified kernel 2017-01-20 12:41:56 +00:00

$make qemu
Running test suite test_customdata_api
tc_start() - test_customdata_get_set_coop
===================================================================
PASS - test_customdata_get_set_coop.
tc_start() - test_customdata_get_set_preempt
===================================================================
PASS - test_customdata_get_set_preempt.
===================================================================
PROJECT EXECUTION SUCCESSFUL