1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

tests/libfixmath_unittests: add missing printf_float dependency

The test fix16_str_unittests uses snprintf("%0.5f") to compare to fix16_to_str.
This commit is contained in:
Gaëtan Harter 2018-04-30 19:12:16 +02:00
parent 736c757b80
commit 1773b06a62
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -15,6 +15,8 @@ ifneq (,$(filter native,$(BOARD)))
export LINKFLAGS += -lm
endif
USEMODULE += printf_float
include $(RIOTBASE)/Makefile.include
test: