1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #3609 from gebart/pr/tests-unblacklist-boards

tests: unblacklist some boards
This commit is contained in:
Peter Kietzmann 2015-08-25 19:03:10 +02:00
commit 7ce87862f8
6 changed files with 0 additions and 13 deletions

View File

@ -1,8 +1,6 @@
APPLICATION = bloom_bytes
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
USEMODULE += hashes
USEMODULE += bloom
USEMODULE += random

View File

@ -8,9 +8,6 @@ BOARD_BLACKLIST := arduino-mega2560
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
# Insufficient RAM / ROM
BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery
USEMODULE += libfixmath-unittests
ifneq (,$(filter native qemu-i386,$(BOARD)))

View File

@ -1,8 +1,6 @@
APPLICATION = pipe
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
USEMODULE += pipe
include $(RIOTBASE)/Makefile.include

View File

@ -1,8 +1,6 @@
APPLICATION = struct_tm_utility
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
DISABLE_MODULE += auto_init
USEMODULE += shell

View File

@ -1,8 +1,6 @@
APPLICATION = thread_exit
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include

View File

@ -1,8 +1,6 @@
APPLICATION = vtimer_msg
include ../Makefile.tests_common
BOARD_INSUFFICIENT_RAM := stm32f0discovery
USEMODULE += vtimer
include $(RIOTBASE)/Makefile.include