zephyr/samples/sensor/vl53l0x/sample.yaml
Anas Nashif c82ad0dfbc sample: vl53l0x: make sample testable
No reason for this sample to be build_only, it can run and be verified
just fine on the right platforms.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-07 19:41:04 +01:00

18 lines
328 B
YAML

sample:
name: Sample for MEMS sensors VL53L0X
tests:
sample.sensor.vl53l0x:
depends_on:
- i2c
- vl53l0x
tags:
- sensors
integration_platforms:
- disco_l475_iot1
harness: console
harness_config:
type: multi_line
regex:
- "prox is .*"
- "distance is .*"