zephyr/tests/unit/cbprintf
Peter Bigot 427508cf15 tests: unit: cbprintf: fix for filtered prototypes
cbprintf should not pull in stdio.h unless it needs to, specifically
to get the FILE type for prototyping the stream substitutions.  The
unit test assumes that these functions are always declared.  For unit
testing where Kconfig isn't involved we need to tell the build system
to always provide them.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-01-27 13:34:06 -05:00
..
CMakeLists.txt tests: unit: cbprintf: fix for filtered prototypes 2021-01-27 13:34:06 -05:00
main.c lib: cbprintf: remove cbprintf_arglen 2021-01-07 14:02:06 +01:00
testcase.yaml tests: cbprintf: sanitize language 2021-01-07 14:02:06 +01:00