From e859d74ea484ee49705b19cfb57e74ccc184a8ef Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Mon, 8 Dec 2014 18:08:49 +0100 Subject: [PATCH] tests: fixed blacklisting for UART tests changed from explicit blacklisting to feature based approach --- tests/periph_uart_blocking/Makefile | 4 +--- tests/periph_uart_int/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/periph_uart_blocking/Makefile b/tests/periph_uart_blocking/Makefile index 51c5afc969..4bea5d4e13 100644 --- a/tests/periph_uart_blocking/Makefile +++ b/tests/periph_uart_blocking/Makefile @@ -1,9 +1,7 @@ export APPLICATION = periph_uart_blocking include ../Makefile.tests_common -BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h native qemu-i386 redbee-econotag telosb \ - wsn430-v1_3b wsn430-v1_4 z1 -# all listed boards: no periph_conf.h defined, +FEATURES_REQUIRED = periph_uart DISABLE_MODULE += auto_init diff --git a/tests/periph_uart_int/Makefile b/tests/periph_uart_int/Makefile index 0edfdc39bd..7513e2a6ce 100644 --- a/tests/periph_uart_int/Makefile +++ b/tests/periph_uart_int/Makefile @@ -1,9 +1,7 @@ export APPLICATION = periph_uart_int include ../Makefile.tests_common -BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h native qemu-i386 redbee-econotag telosb \ - wsn430-v1_3b wsn430-v1_4 z1 -# all listed boards: no periph_conf.h defined, +FEATURES_REQUIRED = periph_uart USEMODULE += vtimer