summaryrefslogtreecommitdiff
path: root/src/test/test-list.c
Commit message (Collapse)AuthorAge
* Prep v233.3: Add all possible coverage tests for elogindSven Eden2017-07-20
|
* Remove src/testAndy Wingo2015-04-19
|
* test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end ↵Lennart Poettering2015-01-28
| | | | and start of list
* list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering2015-01-28
|
* shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek2015-01-11
|
* list: make our list macros a bit easier to use by not requring type spec on ↵Lennart Poettering2013-10-14
| | | | | | | each invocation We can determine the list entry type via the typeof() gcc construct, and so we should to make the macros much shorter to use.
* test: Add list testcaseJan Janssen2013-06-27