zephyr/tests/kernel/fp_sharing/float_disable/testcase.yaml
Ioannis Glaropoulos 4476ae00d2 tests: kernel: fp_sharing: add test for k_float_disable
This commit contributes the basic testing for
k_float_disable() API, for ARM and x86 ARCHes.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-07-10 13:44:02 -07:00

12 lines
328 B
YAML

tests:
kernel.fp_sharing.float_disable.arm:
arch_whitelist: arm
filter: CONFIG_ARMV7_M_ARMV8_M_FP
extra_configs:
- CONFIG_DYNAMIC_INTERRUPTS=y
tags: kernel userspace
kernel.fp_sharing.float_disable.x86:
extra_args: CONF_FILE=prj_x86.conf
platform_whitelist: qemu_x86
tags: kernel userspace