1common: 2 tags: 3 - drivers 4 - sensors 5 platform_allow: 6 - native_posix 7 - native_sim 8 integration_platforms: 9 - native_sim 10 build_only: true 11tests: 12 sensors.build.sensorhub: 13 extra_args: OVERLAY_CONFIG=sensors_shub.conf;sensors_die_temp.conf 14 sensors.build.trigger.own: 15 extra_args: OVERLAY_CONFIG=sensors_trigger_own.conf;sensors_die_temp.conf 16 sensors.build.trigger.global: 17 extra_args: OVERLAY_CONFIG=sensors_trigger_global.conf;sensors_die_temp.conf 18 sensors.build.trigger.none: 19 extra_args: OVERLAY_CONFIG=sensors_trigger_none.conf;sensors_die_temp.conf 20 sensors.build.no_default: 21 extra_args: OVERLAY_CONFIG=sensors_no_default.conf 22 sensors.build: 23 tags: sensors 24 extra_args: OVERLAY_CONFIG=sensors_die_temp.conf 25 sensors.build.pm: 26 extra_configs: 27 - CONFIG_PM=y 28 - CONFIG_PM_DEVICE=y 29 sensors.generic_test: 30 build_only: false 31 extra_configs: 32 - CONFIG_GENERIC_SENSOR_TEST=y 33 - CONFIG_ZTEST=y 34 - CONFIG_EMUL=y 35 - CONFIG_NATIVE_UART_0_ON_STDINOUT=y 36 - CONFIG_SENSOR_ASYNC_API=y 37