Skip to content
Snippets Groups Projects
Unverified Commit 1773b06a authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

tests/libfixmath_unittests: add missing printf_float dependency

The test fix16_str_unittests uses snprintf("%0.5f") to compare to fix16_to_str.
parent 736c757b
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ ifneq (,$(filter native,$(BOARD))) ...@@ -15,6 +15,8 @@ ifneq (,$(filter native,$(BOARD)))
export LINKFLAGS += -lm export LINKFLAGS += -lm
endif endif
USEMODULE += printf_float
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment