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:
Gerard Marull-Paretas 2023-09-05 11:28:09 +02:00 committed by Fabio Baltieri
parent 26ba7b03b4
commit b7ff64d91c
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,6 @@
/*
* Copyright (c) 2023 Nordic Semiconductor ASA
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_posix.overlay"

View File

@ -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