From a7f7d7e51693efafe1cb218a023246398e78feb3 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Mon, 15 Dec 2014 09:49:21 +0100 Subject: [PATCH] Revert "tests: don't build test/libfixmath on Travis CI" This reverts commit f061d0214ebb788b3262b312a80323f5a1473d27. --- tests/libfixmath/Makefile | 4 ---- tests/libfixmath_unittests/Makefile | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tests/libfixmath/Makefile b/tests/libfixmath/Makefile index 3e2163404f94..f589677d6763 100644 --- a/tests/libfixmath/Makefile +++ b/tests/libfixmath/Makefile @@ -3,8 +3,4 @@ include ../Makefile.tests_common USEPKG += libfixmath -ifeq ($(TRAVIS),true) - BOARD_WHITELIST := - -endif - include $(RIOTBASE)/Makefile.include diff --git a/tests/libfixmath_unittests/Makefile b/tests/libfixmath_unittests/Makefile index f646b3a44de6..0036aa796a4b 100644 --- a/tests/libfixmath_unittests/Makefile +++ b/tests/libfixmath_unittests/Makefile @@ -13,8 +13,4 @@ BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery USEMODULE += libfixmath-unittests -ifeq ($(TRAVIS),true) - BOARD_WHITELIST := - -endif - include $(RIOTBASE)/Makefile.include