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
236 B
YAML
13 lines
236 B
YAML
sample:
|
|
name: ADXL372 High-g Accelerometer Sensor
|
|
tests:
|
|
test:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: spi
|
|
test_i2c:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c
|
|
extra_args: "CONF_FILE=prj_i2c.conf"
|