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>
This commit is contained in:
Marko Sagadin 2023-08-04 20:58:57 +02:00 committed by Carles Cufí
parent 3d5e660903
commit 5f0bb1d277
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
#include "native_posix.overlay"

View file

@ -3,7 +3,9 @@ sample:
tests:
sample.drivers.uart.native_tty:
build_only: true
platform_allow: native_posix
platform_allow:
- native_posix
- native_sim
tags:
- serial
- uart