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:
parent
fe0969c35a
commit
d49ae849c6
3 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
tests:
|
||||
application_development.cpp.main:
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
platform_exclude: qemu_x86_coverage
|
||||
tags: cpp
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
tests:
|
||||
buildsystem.include_file:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tags: gen_inc_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue