summaryrefslogtreecommitdiff
path: root/src/test/test-list.c
AgeCommit message (Collapse)Author
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