This commit enables the assert test mode (`CONFIG_ASSERT_TEST`) for the ztest error hook test because it implements a custom post assert fail hook (`ztest_post_assert_fail_hook`) that returns without aborting to faciliate the testing of the assert functions. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|
|
CONFIG_ZTEST_ASSERT_HOOK=y
|
|
CONFIG_ASSERT_TEST=y
|