mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Add some testcases to test some failure scenario to enhance the coverage of queue's source code. And add the fatal error function to handler the fatal error by ourself. Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>
5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|