Skip to content

Commit 5a35078

Browse files
committed
tests: drivers: gpio-async: Add testcase.yaml
Create this, to restrict to the tiny2040 platform. As this platform is not in Zephyr, this should avoid the tests actually ever running. Signed-off-by: David Brown <[email protected]>
1 parent 98c14c4 commit 5a35078

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
common:
2+
filter: CONFIG_RUST_SUPPORTED
3+
platform_allow:
4+
# - pimoroni_tiny2040
5+
tests:
6+
test.gpio-async:
7+
harness: console
8+
harness_config:
9+
type: one_line
10+
regex:
11+
# This doesn't actually happen, as this test requires specific hardware and buttons to be
12+
# pressed.
13+
- "All tests passed"

0 commit comments

Comments
 (0)