zephyr/samples/cpp_synchronization/sample.yaml
Anas Nashif 20b73e74a1 tests/samples: rename 'app' tag to something meaningful
Remove very generic apps tag and replace it with something that matches
what the test/sample does.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-16 09:17:51 -04:00

15 lines
304 B
YAML

sample:
name: Syncronisation (C++)
tests:
test:
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!"