summaryrefslogtreecommitdiffstats
path: root/lib/list-test.c
AgeCommit message (Expand)AuthorLines
2024-11-05list: test: check the size of every lists for list_cut_position*()I Hsin Cheng-0/+4
2024-09-26Revert "list: test: fix tests for list_cut_position()"Guenter Roeck-6/+0
2024-09-17list: test: increase coverage of list_test_list_replace*()I Hsin Cheng-0/+4
2024-09-17list: test: fix tests for list_cut_position()I Hsin Cheng-0/+6
2024-06-07list: test: add the missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-06-03list: test: remove unused struct 'klist_test_struct'Dr. David Alan Gilbert-6/+0
2023-03-31list: test: Test the klist structureSadiya Kazi-1/+299
2022-04-05list: test: Test the hlist structureDavid Gow-1/+396
2022-02-25list: test: Add a test for list_entry_is_head()David Gow-0/+21
2022-02-25list: test: Add a test for list_is_head()David Gow-0/+19
2022-02-25list: test: Add test for list_del_init_careful()David Gow-0/+21
2020-03-25Fix linked-list KUnit test when run multiple timesDavid Gow-2/+2
2020-01-09kunit: allow kunit tests to be loaded as a moduleAlan Maguire-1/+3
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow-0/+746