Skip to content

Commit 4a8123c

Browse files
committed
zephyr: Include samples and tests in the module definition
We have both sample and test apps. Be sure to include the directories for these into the module definition so that they can be leveraged by twister and compliance checking. Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
1 parent 8f7a3f7 commit 4a8123c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zephyr/module.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ build:
2121
# Zephyr will use the `<soc_root>/soc` for additional socs. The `.` is the
2222
# root of this repository.
2323
soc_root: .
24+
samples:
25+
- samples
26+
tests:
27+
- tests

0 commit comments

Comments
 (0)