tests: fp_sharing: Enable build-only tests for RISC-V QEMU platform
Enables build-only tests for the qemu_riscv32 platform. Signed-off-by: Corey Wharton <coreyw7@fb.com>
This commit is contained in:
parent
6f6564752a
commit
d873573f76
|
@ -4,3 +4,4 @@ config BOARD_QEMU_RISCV32
|
|||
bool "QEMU RISCV32 target"
|
||||
depends on SOC_RISCV_SIFIVE_FREEDOM
|
||||
select QEMU_TARGET
|
||||
select CPU_HAS_FPU
|
||||
|
|
|
@ -9,6 +9,7 @@ tests:
|
|||
filter: CONFIG_CPU_HAS_FPU
|
||||
arch_whitelist: riscv32
|
||||
tags: kernel userspace
|
||||
build_only: true
|
||||
kernel.fp_sharing.float_disable.riscv64:
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
arch_whitelist: riscv64
|
||||
|
|
|
@ -21,6 +21,7 @@ tests:
|
|||
tags: kernel
|
||||
timeout: 600
|
||||
min_ram: 16
|
||||
build_only: true
|
||||
kernel.fp_sharing.generic.riscv64:
|
||||
extra_args: PI_NUM_ITERATIONS=500
|
||||
filter: CONFIG_CPU_HAS_FPU
|
||||
|
|
Loading…
Reference in a new issue