Hauke Petersen e859d74ea4 tests: fixed blacklisting for UART tests
changed from explicit blacklisting to feature based approach
2014-12-08 18:08:49 +01:00

9 lines
162 B
Makefile

export APPLICATION = periph_uart_int
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_uart
USEMODULE += vtimer
include $(RIOTBASE)/Makefile.include