From 8ef2257796be79e32e2be5516dcbede967606b29 Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Mon, 24 Nov 2014 16:07:09 +0100
Subject: [PATCH] test/coap: update blacklist for features

Boards that don't have a transceiver are automatically filtered out already.
---
 tests/coap/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/tests/coap/Makefile b/tests/coap/Makefile
index 546b406f2a..b2ea02a8a7 100644
--- a/tests/coap/Makefile
+++ b/tests/coap/Makefile
@@ -1,12 +1,8 @@
 APPLICATION = coap
 include ../Makefile.tests_common
 
-BOARD_BLACKLIST := arduino-due chronos mbed_lpc1768 msb-430 msb-430h qemu-i386 stm32f0discovery \
-                   stm32f3discovery stm32f4discovery telosb wsn430-v1_3b wsn430-v1_4 udoo z1 \
-                   pca10000 pca10005 arduino-mega2560 msbiot yunjia-nrf51822 samr21-xpro
-#arduino-mega2560: missing header sys/types.h
-#MSP boards: no assert.h
-#rest: no radio
+# the MSP430 toolchain does not include assert.h
+BOARD_BLACKLIST := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
 
 BOARD_INSUFFICIENT_RAM := redbee-econotag
 
-- 
GitLab