1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 13:03:54 +01:00
Marian Buschsieweke 4a84f6f58e
tests/sys/snprintf: use printf_long_long
This is required to support printing 64 bit numbers, as is done in the
test.

In addition that 64 bit formatting test is feature gated, so that users
can simply comment out the `USEMODULE += printf_long_long` to fit tiny
boards.

Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
2025-08-21 12:08:10 +02:00
..

snprintf

This test aims to test if the stdio implementations correctly implements standard format specifiers. Instead of relying on the transport of stdout to be fast and reliable, it will use snprintf to format in-memory and compare in the app with correctness.