Skip to content

Commit 6e349bd

Browse files
tests: drivers: audio: pdm_loopback: add fixture
Added gpio_loopback fixture to pdm tests. Signed-off-by: Michał Stasiak <[email protected]>
1 parent b8a8b74 commit 6e349bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/test-spec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@
594594
- "tests/drivers/lpuart/**/*"
595595
- "tests/drivers/pwm/**/*"
596596
- "tests/drivers/sensor/**/*"
597+
- "tests/drivers/audio/**/*"
597598

598599
"CI-ps-test":
599600
- "samples/nrf_rpc/protocols_serialization/**/*"

tests/drivers/audio/pdm_loopback/testcase.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
common:
2+
tags:
3+
- drivers
4+
harness: ztest
5+
harness_config:
6+
fixture: gpio_loopback
7+
18
tests:
29
drivers.audio.pdm_loopback.nrf54l15.1000khz:
310
platform_allow:

0 commit comments

Comments
 (0)