zephyr/tests/ztest/include
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
..
arch
syscalls ztest: add missing includes 2017-10-11 09:21:05 -05:00
kernel_arch_thread.h test: fix misspellings 2017-06-17 22:34:45 -04:00
syscall_list.h ztest: add missing includes 2017-10-11 09:21:05 -05:00
syscall_macros.h ztest: add missing includes 2017-10-11 09:21:05 -05:00
ztest.h tests: ztest: add system logging header file 2017-09-11 09:53:14 -04:00
ztest_assert.h
ztest_mock.h Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
ztest_test.h ztest: add user thread support 2017-10-13 12:17:13 -07:00