summaryrefslogtreecommitdiffstats
path: root/tests/list.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Simplify unit tests with a global variableTavian Barnes2024-07-071-3/+1
| | | | | It's a little awkward to thread the test result through manually; much easier to just make bfs_check() update a global variable.
* list: New SLIST_SPLICE() macroTavian Barnes2024-05-311-0/+97