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:
commit
7ce87862f8
@ -1,8 +1,6 @@
|
||||
APPLICATION = bloom_bytes
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
|
||||
USEMODULE += hashes
|
||||
USEMODULE += bloom
|
||||
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
|
||||
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)))
|
||||
|
@ -1,8 +1,6 @@
|
||||
APPLICATION = pipe
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
|
||||
USEMODULE += pipe
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,8 +1,6 @@
|
||||
APPLICATION = struct_tm_utility
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
USEMODULE += shell
|
||||
|
@ -1,8 +1,6 @@
|
||||
APPLICATION = thread_exit
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,8 +1,6 @@
|
||||
APPLICATION = vtimer_msg
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
|
||||
USEMODULE += vtimer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user