1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
RIOT/tests/sys/snprintf/Makefile.board.dep
Marian Buschsieweke 42dacd7c9d
tests/sys/snprintf: Test format specifiers
This adds a simple test applications that runs snprintf on standard
format specifiers and compares the output with the expected output.

The assumption is that internally every stdio implementation uses the
same formatting code for each member of the printf functions family,
so testing snprintf only is sufficient.
2025-04-24 11:46:09 +02:00

5 lines
139 B
Makefile

# newlib's printf is known to be incomplete, despite being bloated
ifneq (,$(filter newlib,$(USEMODULE)))
USEPKG += mpaland-printf
endif