zephyr/samples/kernel/condition_variables/simple/sample.yaml
Anas Nashif 930789dbe7 samples: kernel: add condition variable samples
Add a few samples for using condition variables..

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-01-19 08:55:47 -05:00

9 lines
197 B
YAML

tests:
sample.kernel.cond_var.simple:
tags: kernel condition_variables
harness: console
harness_config:
type: one_line
regex:
- ".*done == 20 so everyone is done"