1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/libc_newlib
2020-04-04 13:37:56 +02:00
..
tests tests: use check_unittests func from testrunner 2020-03-19 10:39:34 +01:00
main.c tests/libc_newlib: fix pointers comparison for llvm 2018-09-25 15:02:29 +02:00
Makefile Revert "tests/libc_newlib: blacklist esp32 boards temporarily" 2020-04-04 13:37:56 +02:00
README.md tests/libc_newlib: fix typos 2019-11-23 22:39:36 +01:00

About

Terifies if newlib/newlib-nano is correctly included by the build system

At compile time, it checks that:

At runtime, it checks that:

  • the same iprintf and printf test as at compile time

Without newlib, the test does nothing.