zephyr/samples/subsys/cpp/cpp_synchronization/sample.yaml
Anas Nashif f988f618c1 samples: move cpp samples into subsys/cpp
CPP is a subsystem, so move this sample application where it belongs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-03-09 17:48:18 -05:00

17 lines
370 B
YAML

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