zephyr/tests/ztest
Andrew Boie b2bce21572 ztest: add user thread support
We add macros to define test cases that should be run with the CPU
in user mode, if the CPU supports it.

ztest_test_suite() declarations are now static as they can't go on
the main thread stack; the data gets shared between multiple threads.
It's better here anyway as a large test suite could fill up the main
stack, which is by default reduced to 512 bytes.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-13 12:17:13 -07:00
..
include ztest: add user thread support 2017-10-13 12:17:13 -07:00
src ztest: add user thread support 2017-10-13 12:17:13 -07:00
test tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
Kbuild
Kconfig
Makefile