zephyr/samples/drivers/can/sample.yaml
Stephanos Ioannidis 0eaa495ccb samples: drivers: can: Rename directory for consistency
This commit renames the CAN sample directory name from `CAN` to `can`
to be consistent with others.

Noting that the CAN driver test directory is named `tests/drivers/can`,
we have no excuse for naming the CAN driver sample directory
`samples/drivers/CAN`.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-05-02 09:54:06 -04:00

12 lines
207 B
YAML

sample:
name: CAN driver sample
tests:
sample.drivers.can:
tags: CAN
depends_on: can
harness: console
harness_config:
type: one_line
regex:
- "Counter received: (.*)"