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>
12 lines
207 B
YAML
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: (.*)"
|