tests/drivers/adc: Use hwmv2 native targets identifiers
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
68975aa837
commit
844f75a78c
|
@ -1,6 +0,0 @@
|
|||
/*
|
||||
* Copyright 2021 Google LLC
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "native_posix.overlay"
|
|
@ -1,7 +0,0 @@
|
|||
/*
|
||||
* Copyright 2023 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "native_posix.overlay"
|
|
@ -1,6 +0,0 @@
|
|||
/*
|
||||
* Copyright 2023 The ChromiumOS Authors
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "native_sim.overlay"
|
|
@ -5,4 +5,4 @@ tests:
|
|||
depends_on: adc
|
||||
platform_allow:
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
|
|
Loading…
Reference in a new issue