zephyr/samples/cpp_synchronization/sample.yaml
Anas Nashif 4fef7bf362 samples: cpp_synchronization: filter for integration
Enable sample for integration.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-07-30 08:00:03 -04: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!"