mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 20:01:56 +00:00
Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
325 B
YAML
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!"
|