This commit updates the cpp_synchronization to run on the "POSIX architecture" boards such as `native_posix`, since the POSIX arch now properly supports the main() defined in a C++ source file. 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!"
|