zephyr/tests/unit/list
J M 9cf437728e sys: lists: Add tests for newly-added list len functions
This commit adds tests for the newly added list len APIs to the
corresponding test cases. It is noted that the test functions calculate
equivalent values manually using several different internal list
functions. This has been left unmodified to ensure that the manual ways
using each of the various for_each functions results in the same value
as the new list_len() functions.

Signed-off-by: J M <montytyper@msn.com>
2023-09-13 16:19:33 +02:00
..
CMakeLists.txt test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
dlist.c sys: lists: Add tests for newly-added list len functions 2023-09-13 16:19:33 +02:00
main.c tests: unit: list: move testcases to new ZTEST API 2022-08-31 21:51:37 +00:00
prj.conf tests: unit: list: move testcases to new ZTEST API 2022-08-31 21:51:37 +00:00
sflist.c sys: lists: Add tests for newly-added list len functions 2023-09-13 16:19:33 +02:00
slist.c sys: lists: Add tests for newly-added list len functions 2023-09-13 16:19:33 +02:00
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00