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>
18 lines
328 B
YAML
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 .*"
|