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>
14 lines
291 B
YAML
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
|