Remove redundant 'sample' tag and add something that matches the functionality and features being tested, demonstrated. Avoid short abbriviations and using full names for fs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
221 B
YAML
13 lines
221 B
YAML
sample:
|
|
name: BME280 Sensor sample
|
|
tests:
|
|
test:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c
|
|
test_spi:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: spi
|
|
extra_args: "CONF_FILE=prj_spi.conf"
|