samples: nfc_hello: limit to uarts that support interrupts

We get some failures to build if we don't filter this test to only
boards that support uart interrupts.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-06-29 12:15:29 -05:00 committed by Anas Nashif
parent 8953db8008
commit c84e90e7de

View file

@ -5,4 +5,5 @@ tests:
- test:
arch_whitelist: x86 arm
build_only: true
filter: CONFIG_SERIAL_SUPPORT_INTERRUPT
tags: apps