1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/libc_newlib
smlng 13d61b5c20 tests: use testrunner from pythonlibs
Remove now obsolete sys.append from all tests, as testrunner was moved
to dist/pythonlibs as proper package.
2018-08-13 14:11:23 +02:00
..
tests tests: use testrunner from pythonlibs 2018-08-13 14:11:23 +02:00
main.c tests/libc_newlib: add test for newlib-nano inclusion 2018-07-25 11:43:19 +02:00
Makefile tests/libc_newlib: add test for newlib-nano inclusion 2018-07-25 11:43:19 +02:00
README.md tests/libc_newlib: add test for newlib-nano inclusion 2018-07-25 11:43:19 +02: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.