zephyr/tests/application_development/libcxx/testcase.yaml
Kumar Gala d49ae849c6 tests: application_development: set integration_platforms
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>
2021-03-03 18:13:19 -05:00

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