Skip to content

Commit 9709452

Browse files
ydamigosnashif
authored andcommitted
tests: arm_sw_vector_relay: Add test case for RAM vector table relocation
Add test case to cover RAM vector table relocation when CONFIG_SRAM_VECTOR_TABLE is selected Signed-off-by: Ioannis Damigos <[email protected]>
1 parent c1bced8 commit 9709452

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/arch/arm/arm_sw_vector_relay/testcase.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ tests:
66
arch_allow: arm
77
integration_platforms:
88
- mps2/an385
9+
arch.arm.sw_vector_relay.sram_vector_table:
10+
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
11+
tags:
12+
- vector_relay
13+
arch_allow: arm
14+
integration_platforms:
15+
- mps2/an385
16+
extra_configs:
17+
- CONFIG_SRAM_VECTOR_TABLE=y

0 commit comments

Comments
 (0)