zephyr/tests/kernel/threads_customdata/cdata_api
Mazen NEIFER 4713575cb1 tests: Introduced new config option to add extra stack size for tests.
This option is added in order to support Xtensa, which needs more stack than
other architecture. This allows having a centralized way to change stack
requirements for all tests.
This extra stack size is eaqual to 0 for most architectures, except Xtensa
which requires additional 768 bytes for each stack.

Change-Id: Ie5dcae1dfd29018d36ef35dae22dc4c1a2ecdc14
Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
2017-02-13 11:39:03 -08:00
..
src tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile 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
prj.conf 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

README

$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