Skip to content

Commit

Permalink
samples: app_dev: set integration_platforms to native_posix
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
galak committed Mar 3, 2021
1 parent 563a46c commit 59fd4bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/application_development/external_lib/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sample:
name: External Library
tests:
sample.app_dev.external_lib:
integration_platforms:
- native_posix
tags: external
harness: console
harness_config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 59fd4bf

Please sign in to comment.