zephyr/tests/kernel/threads
Spoorthi K 07a8c0cf84 tests: kernel: Add test to verify k_thread_user_mode_enter()
Test to verify k_thread_user_mode_enter() when usermode is
not enabled or supported by architecture. The thread which calls
k_thread_user_mode_enter() with CONFIG_USERSPACE disabled or
architecture doesn't support usermode, should be marked
as usermode and if it is essential, then it has to be cleared.
This is added to improve code coverage.

Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
2018-07-30 14:20:09 -07:00
..
no-multithreading tests/kernel: Add a test for CONFIG_MULTITHREADING=n 2018-06-13 17:23:05 -04:00
thread_apis tests: kernel: Add test to verify k_thread_user_mode_enter() 2018-07-30 14:20:09 -07:00
thread_init tests: kernel: put all thread tests on one level 2018-05-26 09:16:42 -04:00