zephyr/samples/drivers/uart/native_tty/sample.yaml
Marko Sagadin 5f0bb1d277 samples: drivers: uart: native tty: Add native_sim overlay
Also include it in the twister tests.

Signed-off-by: Marko Sagadin <marko.sagadin42@gmail.com>
2023-09-13 16:36:43 +02:00

12 lines
194 B
YAML

sample:
name: Native TTY sample
tests:
sample.drivers.uart.native_tty:
build_only: true
platform_allow:
- native_posix
- native_sim
tags:
- serial
- uart