From f3eeb98a01b7ca21d682c4fbf4707db56d1b4bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Sun, 18 May 2014 00:53:10 +0200 Subject: [PATCH] msp/tests: remove blacklist from test_bloom_bytes Issue #1061 was fixed. --- tests/test_bloom_bytes/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/test_bloom_bytes/Makefile b/tests/test_bloom_bytes/Makefile index b91ddce6c4..2cbb1fdaf8 100644 --- a/tests/test_bloom_bytes/Makefile +++ b/tests/test_bloom_bytes/Makefile @@ -1,16 +1,6 @@ export PROJECT = test_bloom_bytes include ../Makefile.tests_common -BOARD_BLACKLIST := chronos msb-430 msb-430h \ - telosb wsn430-v1_3b wsn430-v1_4 z1 -# chronos: https://github.com/RIOT-OS/RIOT/issues/1061 -# msb-430: https://github.com/RIOT-OS/RIOT/issues/1061 -# msb-430h: https://github.com/RIOT-OS/RIOT/issues/1061 -# telosb: https://github.com/RIOT-OS/RIOT/issues/1061 -# wsn430-v1_3b: https://github.com/RIOT-OS/RIOT/issues/1061 -# wsn430-v1_4: https://github.com/RIOT-OS/RIOT/issues/1061 -# z1: https://github.com/RIOT-OS/RIOT/issues/1061 - USEMODULE += hashes USEMODULE += bloom USEMODULE += random