1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/libfixmath/Makefile
René Kijewski f061d0214e tests: don't build test/libfixmath on Travis CI
Very often the build unexplainably hangs.
2014-09-11 13:13:59 +02:00

11 lines
170 B
Makefile

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