1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/libc_newlib
Gaëtan Harter 4dd6eb3e5b
tests/libc_newlib: only execute compile-test in docker
Without the protection, the host system also tries to execute the tests.
2018-12-07 17:41:57 +01:00
..
tests
main.c tests/libc_newlib: fix pointers comparison for llvm 2018-09-25 15:02:29 +02:00
Makefile tests/libc_newlib: only execute compile-test in docker 2018-12-07 17:41:57 +01:00
README.md

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.