summaryrefslogtreecommitdiff
path: root/src/test/test-list.c
AgeCommit message (Collapse)Author
2015-01-28test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end ↵Lennart Poettering
and start of list
2015-01-28list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering
2015-01-11shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek
2013-10-14list: make our list macros a bit easier to use by not requring type spec on ↵Lennart Poettering
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.
2013-06-27test: Add list testcaseJan Janssen