From b7ff64d91cc51ae5f99656d8a337ccbcc5f8fa4a Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 5 Sep 2023 11:28:09 +0200 Subject: [PATCH] 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 --- tests/drivers/build_all/adc/boards/native_posix_64.overlay | 6 ++++++ tests/drivers/build_all/adc/testcase.yaml | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tests/drivers/build_all/adc/boards/native_posix_64.overlay diff --git a/tests/drivers/build_all/adc/boards/native_posix_64.overlay b/tests/drivers/build_all/adc/boards/native_posix_64.overlay new file mode 100644 index 00000000000..b5655714d89 --- /dev/null +++ b/tests/drivers/build_all/adc/boards/native_posix_64.overlay @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2023 Nordic Semiconductor ASA + * SPDX-License-Identifier: Apache-2.0 + */ + +#include "native_posix.overlay" diff --git a/tests/drivers/build_all/adc/testcase.yaml b/tests/drivers/build_all/adc/testcase.yaml index b151e1b3eaf..cde46e57a09 100644 --- a/tests/drivers/build_all/adc/testcase.yaml +++ b/tests/drivers/build_all/adc/testcase.yaml @@ -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