mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Move tests/kernel/common/ to use new ztest API. Signed-off-by: Guo Lixin <lixinx.guo@intel.com>
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_LOG=y
|
|
CONFIG_POLL=y
|
|
CONFIG_BOOT_DELAY=500
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_BOUNDS_CHECK_BYPASS_MITIGATION=y
|
|
CONFIG_ZTEST_NEW_API=y
|