zephyr/tests/kernel/fp_sharing/testcase.yaml
Maureen Helm c4123643b5 tests: fp_sharing: Extract x86 configs to separate .conf
The SSE and SSE_FP_MATH configs exist only in the x86 architecture, so
extract them to a separate prj_x86.conf file for the fp_sharing test.

Fixes Kconfig warnings when building the test for frdm_k64f:
- warning: attempt to assign the value "y" to the undefined symbol SSE
- warning: attempt to assign the value "y" to the undefined symbol
  SSE_FP_MATH

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-06-25 12:49:42 -07:00

14 lines
293 B
YAML

tests:
kernel.fp_sharing:
extra_args: PI_NUM_ITERATIONS=70000
platform_whitelist: frdm_k64f
slow: true
tags: core
timeout: 600
kernel.fp_sharing.x86:
extra_args: CONF_FILE=prj_x86.conf
platform_whitelist: qemu_x86
slow: true
tags: core
timeout: 600