summaryrefslogtreecommitdiffstats
path: root/tests/list.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix includesTavian Barnes2024-08-291-0/+3
|
* build: Move feature test macros to prelude.hTavian Barnes2024-08-281-2/+1
| | | | | | This replaces the explicit CPPFLAGS list in flags.mk with just `-include src/prelude.h`, shortening our compiler command lines and allowing them to be easily documented.
* prelude: Split bfs-specific utilities into new bfs.h headerTavian Barnes2024-08-281-1/+3
|
* 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