Make fp_sharing a 'parent' test suite directory, and rename the original fp_sharing test into tests/kernel/fp_sharing/generic. In this way more FP-related tests can be grouped together in the same test directory. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
15 lines
317 B
YAML
15 lines
317 B
YAML
tests:
|
|
kernel.fp_sharing:
|
|
extra_args: PI_NUM_ITERATIONS=70000
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_FP
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
min_ram: 16
|
|
kernel.fp_sharing.x86:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
platform_whitelist: qemu_x86
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|