samples: condition_variables: 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
861f6ce2c8
commit
ca3bf282b6
|
@ -1,5 +1,7 @@
|
|||
tests:
|
||||
sample.kernel.cond_var:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tags: kernel condition_variables
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
tests:
|
||||
sample.kernel.cond_var.simple:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tags: kernel condition_variables
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
Loading…
Reference in a new issue