zephyr/samples/application_development/out_of_tree_driver/sample.yaml
Sebastian Bøe 011da8c1b0 samples: Add sample 'application_development/out_of_tree_driver'
Add a sample that demonstrates (and tests) that custom drivers can be
maintained outside of Zephyr.

The sample is fairly minimal with few dependencies and should
therefore be very portable. It also includes a sample.yaml that should
ensure that it does not regress.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2020-01-22 09:26:12 -05:00

14 lines
349 B
YAML

sample:
description: Sample that uses an out-of-tree driver
name: Out-of-tree driver
tests:
drivers.out_of_tree:
tags: out_of_tree
harness: console
harness_config:
type: multi_line
regex:
- "Hello World from the app!"
- "device is (.*), name is CUSTOM_DRIVER"
- "Hello World from the kernel: 5"