tests: drivers: build_all: adc: add support for native_posix_64
To catch any potential issues when building for 64-bit platforms. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
26ba7b03b4
commit
b7ff64d91c
@ -0,0 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2023 Nordic Semiconductor ASA
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include "native_posix.overlay"
|
||||
@ -6,7 +6,9 @@ common:
|
||||
tests:
|
||||
drivers.adc.build:
|
||||
# will cover I2C, SPI, and emul based drivers
|
||||
platform_allow: native_posix
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
tags:
|
||||
- adc_mcp302x
|
||||
- adc_lmp90xxx
|
||||
|
||||
Loading…
Reference in New Issue
Block a user