Skip to content

Commit ee874b3

Browse files
cfriedtkartben
authored andcommitted
tests: posix: xsi_realtime: add integration platforms to testsuite
Use qemu_x86, qemu_cortex_a53, and qemu_riscv64 as integration test platforms for this testsuite, since both qemu_x86 and qemu_cortex_a53 both have an MMU available, and qemu_riscv64 can execute quickly that mmu-less systems can also use a subset of the option group (minus `mmap()`). Signed-off-by: Chris Friedt <[email protected]>
1 parent ab46168 commit ee874b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/posix/xsi_realtime/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ common:
99
- simulation
1010
min_flash: 64
1111
min_ram: 96
12+
integration_platforms:
13+
- qemu_x86
14+
- qemu_cortex_a53
15+
- qemu_riscv64
1216
platform_exclude:
1317
# linker_zephyr_pre0.cmd:140: syntax error (??)
1418
- qemu_xtensa/dc233c

0 commit comments

Comments
 (0)