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:
Benjamin Valentin 2019-06-03 14:12:24 +02:00 committed by Anas Nashif
commit def743efda

View file

@ -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