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:
parent
3d5e660903
commit
5f0bb1d277
2 changed files with 4 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
||||||
|
#include "native_posix.overlay"
|
||||||
|
|
@ -3,7 +3,9 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.drivers.uart.native_tty:
|
sample.drivers.uart.native_tty:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: native_posix
|
platform_allow:
|
||||||
|
- native_posix
|
||||||
|
- native_sim
|
||||||
tags:
|
tags:
|
||||||
- serial
|
- serial
|
||||||
- uart
|
- uart
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue