zephyr/tests/unit
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
..
base64 cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00
cbprintf tests: unit: cbprintf: fix for filtered prototypes 2021-01-27 13:34:06 -05:00
crc cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00
intmath cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00
list kernel: dlist: add test cases to cover APIs 2021-01-15 11:42:48 -05:00
math_extras cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00
net_timeout net: timeout: refactor to fix multiple problems 2021-01-07 11:14:38 +02:00
rbtree Revert "tests: rbtree to add and modify some tastcases" 2020-07-02 14:40:20 -05:00
timeutil lib/timeutil: add utilities to manage local/reference clock alignment 2021-01-20 16:38:56 -05:00
util sys: util: Add clamp macro 2020-11-05 12:12:17 +01:00