mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
226 B
Makefile
14 lines
226 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += libfixmath-unittests
|
|
|
|
ifneq (,$(filter native,$(BOARD)))
|
|
LINKFLAGS += -lm
|
|
endif
|
|
|
|
USEMODULE += printf_float
|
|
|
|
TEST_ON_CI_WHITELIST += native
|
|
|
|
include $(RIOTBASE)/Makefile.include
|