zephyr/samples/cpp_synchronization/sample.yaml
Anas Nashif da5f185e06 samples: add test identifier
Add unique identifier instead of just 'test' for samples.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-03-29 17:44:11 -04:00

15 lines
325 B
YAML

sample:
name: Syncronisation (C++)
tests:
sample.cpp_syncronisation:
tags: cpp
toolchain_exclude: issm
arch_exclude: posix
harness: console
harness_config:
type: multi_line
regex:
- "Create semaphore (.*)"
- "main: Hello World!"
- "coop_thread_entry: Hello World!"