Skip to content

Commit def743e

Browse files
benpicconashif
authored andcommitted
tests: drivers: uart: depend on SERIAL_SUPPORT_ASYNC for ASYNC test
Only build the async testcase for platforms that support async operation. Signed-off-by: Benjamin Valentin <[email protected]>
1 parent 4d89ff1 commit def743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
22
peripheral.uart_async_api:
33
tags: drivers
4-
filter: CONFIG_UART_CONSOLE
4+
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
55
harness: keyboard

0 commit comments

Comments
 (0)