Many driver samples or tests only had 'drivers' as the tag, without a tag indicating what driver that is exactly, so add some missing tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
272 B
YAML
13 lines
272 B
YAML
sample:
|
|
name: KSCAN touch driver api sample
|
|
tests:
|
|
sample.drivers.kscan_touch:
|
|
tags: drivers kscan_touch
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "kb data(.*)"
|
|
depends_on: kscan:touch
|