zephyr/tests/kernel/sleep/prj.conf
Andrew Boie 0b0294d682 kernel: cover k_usleep() from user mode
No test was exercising the k_usleep() system call, run
the test case as a user thread to fix code coverage.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-06-29 20:55:07 -07:00

6 lines
107 B
Plaintext

CONFIG_IRQ_OFFLOAD=y
CONFIG_ZTEST=y
CONFIG_QEMU_TICKLESS_WORKAROUND=y
CONFIG_SMP=n
CONFIG_TEST_USERSPACE=y