Skip to content

Commit 3b92934

Browse files
nordicjmrlubos
authored andcommitted
zephyr: Add samples and test folders to module
Adds the folders for these locations to the zephyr module file Signed-off-by: Jamie McCrae <[email protected]>
1 parent 450c2c4 commit 3b92934

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

zephyr/module.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ build:
99
dts_root: .
1010
module_ext_root: .
1111
snippet_root: .
12-
12+
samples:
13+
- applications
14+
- samples
15+
tests:
16+
- tests
1317
runners:
1418
# Additional runners, Zephyr will import these when discovering
1519
# subclasses of the `ZephyrBinaryRunner` class.

0 commit comments

Comments
 (0)