tests/misc/test_build: Switch integration_platform to native_sim
Switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
161b236124
commit
31ec1d044b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ tests:
|
|||
extra_args: CONF_FILE=debug.conf
|
||||
tags: debug
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
filter: CONFIG_CONSOLE_HAS_DRIVER
|
||||
bootloader.mcuboot.build:
|
||||
tags: mcuboot
|
||||
|
|
@ -25,6 +25,6 @@ tests:
|
|||
build_only: true
|
||||
tags: kconfig
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
extra_configs:
|
||||
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"
|
||||
|
|
|
|||
Loading…
Reference in a new issue