tests/*: Switch integration platform to native_sim
Swith integration_platforms from native_posix(_64) to native_sim(_64). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
7a778ebc2d
commit
690479fc36
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
buildsystem.include_file:
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
tags: gen_inc_file
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
- dlist
|
||||
- kernel
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
@ -5,4 +5,4 @@ tests:
|
|||
- rbtree
|
||||
- kernel
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
@ -9,4 +9,4 @@ tests:
|
|||
- native_posix
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
|
@ -5,5 +5,5 @@ tests:
|
|||
tags:
|
||||
- nanopb
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
|
|
Loading…
Reference in a new issue