This commit moves the C++ samples under `samples/subsys/cpp` to `samples/cpp` because the C++ language and standard library support is not a "subsystem" (aka. API) in conventional sense and the samples demonstrating them should belong directly under the top samples directory as does POSIX support. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
16 lines
350 B
YAML
16 lines
350 B
YAML
sample:
|
|
name: Syncronisation (C++)
|
|
tests:
|
|
sample.cpp.synchronization:
|
|
tags: cpp
|
|
toolchain_exclude: issm xcc
|
|
integration_platforms:
|
|
- qemu_x86
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "Create semaphore (.*)"
|
|
- "main: Hello World!"
|
|
- "coop_thread_entry: Hello World!"
|