Skip to content

Commit 31ec1d0

Browse files
aescolarfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 161b236 commit 31ec1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/misc/test_build/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tests:
88
extra_args: CONF_FILE=debug.conf
99
tags: debug
1010
integration_platforms:
11-
- native_posix
11+
- native_sim
1212
filter: CONFIG_CONSOLE_HAS_DRIVER
1313
bootloader.mcuboot.build:
1414
tags: mcuboot
@@ -25,6 +25,6 @@ tests:
2525
build_only: true
2626
tags: kconfig
2727
integration_platforms:
28-
- native_posix
28+
- native_sim
2929
extra_configs:
3030
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"

0 commit comments

Comments
 (0)