Merge pull request #3609 from gebart/pr/tests-unblacklist-boards
tests: unblacklist some boards
This commit is contained in:
commit
7ce87862f8
@ -1,8 +1,6 @@
|
|||||||
APPLICATION = bloom_bytes
|
APPLICATION = bloom_bytes
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|
||||||
|
|
||||||
USEMODULE += hashes
|
USEMODULE += hashes
|
||||||
USEMODULE += bloom
|
USEMODULE += bloom
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
|
|||||||
@ -8,9 +8,6 @@ BOARD_BLACKLIST := arduino-mega2560
|
|||||||
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
|
# 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
|
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
|
USEMODULE += libfixmath-unittests
|
||||||
|
|
||||||
ifneq (,$(filter native qemu-i386,$(BOARD)))
|
ifneq (,$(filter native qemu-i386,$(BOARD)))
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
APPLICATION = pipe
|
APPLICATION = pipe
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|
||||||
|
|
||||||
USEMODULE += pipe
|
USEMODULE += pipe
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
APPLICATION = struct_tm_utility
|
APPLICATION = struct_tm_utility
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
APPLICATION = thread_exit
|
APPLICATION = thread_exit
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
@ -1,8 +1,6 @@
|
|||||||
APPLICATION = vtimer_msg
|
APPLICATION = vtimer_msg
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|
||||||
|
|
||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user