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 <benjamin.valentin@ml-pa.com>
This commit is contained in:
parent
4d89ff1232
commit
def743efda
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
peripheral.uart_async_api:
|
||||
tags: drivers
|
||||
filter: CONFIG_UART_CONSOLE
|
||||
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
||||
harness: keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue