Skip to content

Commit 5f9d20c

Browse files
SebastianBoekartben
authored andcommitted
tests: drivers: comparator: gpio_loopback: Update SNIPPET_ROOT
When SNIPPET is added to the build, it is added to all images. But not all images have the test directory added to their SNIPPET_ROOT, so we also update the SNIPPET_ROOT. This allows, for instance, the uicr image of nrf54H to find this snippet. Ref: NCSDK-NONE Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 0615885 commit 5f9d20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/drivers/comparator/gpio_loopback/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tests:
1818
- frdm_ke15z
1919
drivers.comparator.gpio_loopback.nrf_comp:
2020
extra_args:
21+
- SNIPPET_ROOT="."
2122
- SNIPPET="gpio_loopback_nrf_comp"
2223
platform_allow:
2324
- nrf5340dk/nrf5340/cpuapp
@@ -27,6 +28,7 @@ tests:
2728
- ophelia4ev/nrf54l15/cpuapp
2829
drivers.comparator.gpio_loopback.nrf_lpcomp:
2930
extra_args:
31+
- SNIPPET_ROOT="."
3032
- SNIPPET="gpio_loopback_nrf_lpcomp"
3133
platform_allow:
3234
- nrf5340dk/nrf5340/cpuapp

0 commit comments

Comments
 (0)