From 59fd4bfdfd2bdfe497e225584daf1fa13fb5657f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 24 Feb 2021 13:59:05 -0600 Subject: [PATCH] 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 --- samples/application_development/external_lib/sample.yaml | 2 ++ samples/application_development/out_of_tree_driver/sample.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/samples/application_development/external_lib/sample.yaml b/samples/application_development/external_lib/sample.yaml index 6b537e27105..dc06cb4c903 100644 --- a/samples/application_development/external_lib/sample.yaml +++ b/samples/application_development/external_lib/sample.yaml @@ -2,6 +2,8 @@ sample: name: External Library tests: sample.app_dev.external_lib: + integration_platforms: + - native_posix tags: external harness: console harness_config: diff --git a/samples/application_development/out_of_tree_driver/sample.yaml b/samples/application_development/out_of_tree_driver/sample.yaml index f92c488478f..e5f9d638a77 100644 --- a/samples/application_development/out_of_tree_driver/sample.yaml +++ b/samples/application_development/out_of_tree_driver/sample.yaml @@ -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: