Skip to content

Commit 6ec7399

Browse files
committed
samples/tests: Ensure test/sample names are unique
Ensure that all tests and samples start with 'sample.rust' or 'test.rust' to avoid conflict with names in the main Zephyr tree. Signed-off-by: David Brown <[email protected]>
1 parent 37dc7fa commit 6ec7399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/blinky/sample.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ common:
1010
- qemu_riscv64
1111
- nrf52840dk/nrf52840
1212
tests:
13-
sample.basic.blinky:
13+
sample.rust.basic.blinky:
1414
tags:
1515
- LED
1616
- gpio

0 commit comments

Comments
 (0)