This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
b584e2c6d0
zephyr
/
tests
/
arch
/
arm
/
arm_hardfault_validation
/
prj.conf
3 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: arm: adding a new test-suite for HardFault validation Adding a new test-suite for HardFault validation, for Cortex-M Mainline architecture. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2021-06-23 17:38:36 +08:00
CONFIG_ZTEST=y
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>
2022-08-08 21:02:20 +08:00
CONFIG_ASSERT_TEST=y