And switch from native_posix to native_sim as default test platform Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
36 lines
933 B
YAML
36 lines
933 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- sensors
|
|
platform_allow:
|
|
- native_posix
|
|
- native_sim
|
|
integration_platforms:
|
|
- native_sim
|
|
build_only: true
|
|
tests:
|
|
sensors.build.sensorhub:
|
|
extra_args: OVERLAY_CONFIG=sensors_shub.conf
|
|
sensors.build.trigger.own:
|
|
extra_args: OVERLAY_CONFIG=sensors_trigger_own.conf
|
|
sensors.build.trigger.global:
|
|
extra_args: OVERLAY_CONFIG=sensors_trigger_global.conf
|
|
sensors.build.trigger.none:
|
|
extra_args: OVERLAY_CONFIG=sensors_trigger_none.conf
|
|
sensors.build.no_default:
|
|
extra_args: OVERLAY_CONFIG=sensors_no_default.conf
|
|
sensors.build:
|
|
tags: sensors
|
|
sensors.build.pm:
|
|
extra_configs:
|
|
- CONFIG_PM=y
|
|
- CONFIG_PM_DEVICE=y
|
|
sensors.generic_test:
|
|
build_only: false
|
|
extra_configs:
|
|
- CONFIG_GENERIC_SENSOR_TEST=y
|
|
- CONFIG_ZTEST=y
|
|
- CONFIG_EMUL=y
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
- CONFIG_SENSOR_ASYNC_API=y
|