commit | 5ceda9fe7d8a27a0226ea41be412cef4ab55ed5b | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Mon Aug 08 22:02:20 2022 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Aug 10 14:32:36 2022 +0200 |
tree | 735174a5bcde30ec22b5a4632bd04d21281921f5 | |
parent | b1fe54d9f06fbeb5aa0a27ba0e936877765fa2eb [diff] |
tests: arch: arm_hardfault_validation: Enable assert test mode This commit enables the assert test mode (`CONFIG_ASSERT_TEST`) for the ARM interrupt test because it relies on the assert function to return without aborting in the "Assert occurring inside kernel panic" test. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>