zephyr/tests/unit/util
Emil Gydesen ae55dae454 sys: util: Change return type of ARRAY_SIZE to size_t
The ARRAY_SIZE macro uses sizeof and thus the return
type should be an unsigned value. size_t is typically
the type used for sizeof and fits well for the
ARRAY_SIZE macro as well.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-23 14:09:23 +01:00
..
CMakeLists.txt cmake: tests: add cmake_minimum_required() to tests 2021-12-18 14:58:55 +01:00
main.c tests/unit/util: refactor to test in both C and C++ language environments 2020-08-12 16:39:37 -05:00
maincxx.cxx tests/unit/util: refactor to test in both C and C++ language environments 2020-08-12 16:39:37 -05:00
test.inc sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
testcase.yaml tests: fix test identifiers 2019-12-09 15:53:44 -05:00