diff --git a/tests/bloom_bytes/Makefile b/tests/bloom_bytes/Makefile index ea88bac77c..221cf3307f 100644 --- a/tests/bloom_bytes/Makefile +++ b/tests/bloom_bytes/Makefile @@ -1,8 +1,6 @@ APPLICATION = bloom_bytes include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += hashes USEMODULE += bloom USEMODULE += random diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index c4e1df6308..5899573b4f 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -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))) diff --git a/tests/pipe/Makefile b/tests/pipe/Makefile index b1441bdfdb..46f7cc4498 100644 --- a/tests/pipe/Makefile +++ b/tests/pipe/Makefile @@ -1,8 +1,6 @@ APPLICATION = pipe include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += pipe include $(RIOTBASE)/Makefile.include diff --git a/tests/struct_tm_utility/Makefile b/tests/struct_tm_utility/Makefile index 452499749a..6882bf4b16 100644 --- a/tests/struct_tm_utility/Makefile +++ b/tests/struct_tm_utility/Makefile @@ -1,8 +1,6 @@ APPLICATION = struct_tm_utility include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - DISABLE_MODULE += auto_init USEMODULE += shell diff --git a/tests/thread_exit/Makefile b/tests/thread_exit/Makefile index 123859d3fc..243ca93dd9 100644 --- a/tests/thread_exit/Makefile +++ b/tests/thread_exit/Makefile @@ -1,8 +1,6 @@ APPLICATION = thread_exit include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include diff --git a/tests/vtimer_msg/Makefile b/tests/vtimer_msg/Makefile index 2fa94799c0..1a3314e19b 100644 --- a/tests/vtimer_msg/Makefile +++ b/tests/vtimer_msg/Makefile @@ -1,8 +1,6 @@ APPLICATION = vtimer_msg include ../Makefile.tests_common -BOARD_INSUFFICIENT_RAM := stm32f0discovery - USEMODULE += vtimer include $(RIOTBASE)/Makefile.include