zephyr/tests/kernel/threads_customdata/cdata_api
Kumar Gala eaaa175b92 tests: convert to using newly introduced integer sized types
Convert code to use u{8,16,32,64}_t and s{8,16,32,64}_t instead of C99
integer types.

Jira: ZEP-2051

Change-Id: I6c676bc6c5e850a8725785554cd535e32067f33e
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-21 09:53:49 -05:00
..
src tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05: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