Set integration_platforms on these samples to a single platform, we prefer native_posix, than a qemu platform mps2_an385 and finally a hardware platform. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
427 B
YAML
18 lines
427 B
YAML
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
integration_platforms:
|
|
- mps2_an385
|
|
tests:
|
|
application_development.cpp.libcxx:
|
|
platform_exclude: qemu_x86_coverage
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
application_development.cpp.libcxx.exceptions:
|
|
platform_exclude: qemu_x86_coverage
|
|
toolchain_exclude: xcc
|
|
min_flash: 54
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_EXCEPTIONS=y
|