tests/cmake/*: Switch to native_sim

Switch from native_posix to native_sim as test platform

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-11-23 13:34:31 +01:00 committed by Fabio Baltieri
parent 31ec1d044b
commit 548739cf8c
4 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
tests:
buildsystem.config_dir.user_defined:
platform_allow: native_posix
platform_allow: native_sim
build_only: true
extra_args: APPLICATION_CONFIG_DIR:PATH=foo

View File

@ -1,7 +1,7 @@
common:
tags: cmake
build_only: true
platform_allow: native_posix
platform_allow: native_sim
tests:
buildsystem.overlays.var_expansions.CONF_FILE:
extra_conf_files:

View File

@ -2,11 +2,12 @@ common:
tags: snippets
platform_allow:
- native_posix
- native_sim
- qemu_x86
- qemu_x86_64
- qemu_cortex_m3
integration_platforms:
- native_posix
- native_sim
tests:
# Test the initial state with no snippets applied

View File

@ -1,7 +1,7 @@
common:
tags: cmake
build_only: true
platform_allow: native_posix
platform_allow: native_sim
tests:
buildsystem.extensions.zephyr_get.no_sysbuild:
sysbuild: false