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>
11 lines
245 B
YAML
11 lines
245 B
YAML
tests:
|
|
sample.kernel.cond_var.simple:
|
|
integration_platforms:
|
|
- native_posix
|
|
tags: kernel condition_variables
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- ".*done == 20 so everyone is done"
|