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:
parent
736c757b80
commit
1773b06a62
@ -15,6 +15,8 @@ ifneq (,$(filter native,$(BOARD)))
|
||||
export LINKFLAGS += -lm
|
||||
endif
|
||||
|
||||
USEMODULE += printf_float
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user