mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 17:55:21 +00:00
Add one integration_platforms based on platform_allow to ensure these tests get coverage in CI. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
325 B
YAML
18 lines
325 B
YAML
#
|
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
sample:
|
|
name: DHT Sensor Sample
|
|
tests:
|
|
sample.sensor.dht:
|
|
build_only: true
|
|
platform_allow: nrf52dk_nrf52832
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|
|
tags: sensors
|