zephyr/tests/lib/sprintf/testcase.yaml
Anas Nashif 59dbc746ed tests: sprintf: fix integration_platforms
native_posix_64 is excluded, so it should not be an integration
platform.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-08 09:31:01 +02:00

13 lines
386 B
YAML

tests:
libraries.libc.sprintf:
extra_args: CONF_FILE=prj.conf
filter: not CONFIG_SOC_MCIMX7_M4
tags: libc ignore_faults
integration_platforms:
- qemu_x86
platform_exclude: native_posix native_posix_64 nrf52_bsim
libraries.libc.sprintf_new:
extra_args: CONF_FILE=prj_new.conf
tags: libc
platform_exclude: native_posix native_posix_64 nrf52_bsim