1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #2193 from LudwigOrtmann/libfixmath-test

Revert "tests: don't build test/libfixmath on Travis CI"
This commit is contained in:
Ludwig Ortmann 2014-12-17 10:38:02 +01:00
commit 624ef19dd7
2 changed files with 0 additions and 8 deletions

View File

@ -3,8 +3,4 @@ include ../Makefile.tests_common
USEPKG += libfixmath
ifeq ($(TRAVIS),true)
BOARD_WHITELIST := -
endif
include $(RIOTBASE)/Makefile.include

View File

@ -13,8 +13,4 @@ BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery
USEMODULE += libfixmath-unittests
ifeq ($(TRAVIS),true)
BOARD_WHITELIST := -
endif
include $(RIOTBASE)/Makefile.include