1sample:
2  description: Hello World C++ sample, the simplest C++ Zephyr application
3  name: hello cpp world
4common:
5  tags:
6    - introduction
7    - cpp
8  integration_platforms:
9    - qemu_riscv32
10  harness: console
11  harness_config:
12    type: one_line
13    regex:
14      - "Hello, C\\+\\+ world! (.*)"
15tests:
16  sample.cpp.helloworld:
17    min_ram: 128
18    arch_exclude:
19      # See #66027
20      - xtensa
21    platform_exclude:
22      # See zephyrproject-rtos/sdk-ng#593
23      - qemu_x86
24      - intel_ish_5_4_1
25      - intel_ish_5_6_0
26      - intel_ish_5_8_0
27