| commit | 427508cf159e6955671790f591c59dbb7c5ade70 | [log] [tgz] |
|---|---|---|
| author | Peter Bigot <peter.bigot@nordicsemi.no> | Mon Nov 30 05:56:26 2020 -0600 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 27 13:34:06 2021 -0500 |
| tree | 85770c4d25a857295c7845b5f3fe25af3c26f5c3 | |
| parent | 98747abf9c3671e9b836dba4c8c8ae48c47f0c23 [diff] |
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>