mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 10:11:57 +00:00
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>
15 lines
304 B
YAML
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!"
|