samples: app_dev: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix. This should be sufficient to make sure these tests build and run. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
563a46c7d4
commit
59fd4bfdfd
@ -2,6 +2,8 @@ sample:
|
||||
name: External Library
|
||||
tests:
|
||||
sample.app_dev.external_lib:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tags: external
|
||||
harness: console
|
||||
harness_config:
|
||||
|
||||
@ -3,6 +3,8 @@ sample:
|
||||
name: Out-of-tree driver
|
||||
tests:
|
||||
sample.drivers.out_of_tree:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tags: out_of_tree
|
||||
harness: console
|
||||
harness_config:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user