Skip to content

Commit b086663

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 7395ae4 commit b086663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

tests/drivers/gpio-async/testcase.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common:
33
platform_allow:
44
- rpi_pico
55
tests:
6-
test.gpio-async:
6+
test.rust.drivers.gpio-async:
77
harness: console
88
harness_config:
99
type: one_line

0 commit comments

Comments
 (0)