tests/misc/check_init_priorities: Use hwmv2 native targets ident
For the 64 bit targets, change identifiers to the new hwmv2 ones And remove redundant overlays (which were equal for the 32 and 64 bit versions) Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
2c6db3b717
commit
9ccf2074e4
|
@ -1,6 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2023 Google LLC
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
#include "native_sim.overlay"
|
|
|
@ -5,7 +5,7 @@ tests:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_sim
|
- native_sim
|
||||||
- native_sim_64
|
- native_sim/native/64
|
||||||
- native_posix
|
- native_posix
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
Loading…
Reference in a new issue