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