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>
This commit is contained in:
Kumar Gala 2021-02-24 20:42:14 -06:00 committed by Anas Nashif
commit d49ae849c6
3 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,6 @@
tests:
application_development.cpp.main:
integration_platforms:
- mps2_an385
platform_exclude: qemu_x86_coverage
tags: cpp

View file

@ -1,3 +1,5 @@
tests:
buildsystem.include_file:
integration_platforms:
- native_posix
tags: gen_inc_file

View file

@ -1,5 +1,7 @@
common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
integration_platforms:
- mps2_an385
tests:
application_development.cpp.libcxx:
platform_exclude: qemu_x86_coverage