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:
parent
31ec1d044b
commit
548739cf8c
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue