zephyr/tests/drivers/build_all/sensor/testcase.yaml
Maureen Helm b88111bcf0 tests: build_all: Add device pm configuration for sensor drivers
Adds another test configuration to ensure we build sensor drivers with
device power management enabled, in addition to the existing test that
builds sensor drivers with device power management disabled.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2021-10-26 20:51:13 -04:00

14 lines
291 B
YAML

common:
tags: drivers sensors
platform_allow: native_posix
build_only: true
tests:
sensors.build.trigger:
extra_args: OVERLAY_CONFIG=sensors_trigger_own.conf
sensors.build:
tags: sensors
sensors.build.pm:
extra_configs:
- CONFIG_PM=y
- CONFIG_PM_DEVICE=y