summaryrefslogtreecommitdiffstats
path: root/tests/trie.c
AgeCommit message (Expand)Author
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-04-19tests: Add ../src to the include pathTavian Barnes
2024-02-29tests: New bfs_check() macroTavian Barnes
2024-01-12tests: Merge unit test executables into oneTavian Barnes
2023-09-27Formatting fixesTavian Barnes
2023-09-25Use the new list macrosTavian Barnes
2023-05-18Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes
2023-05-10config: s/BFS_COUNTOF/countof/Tavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29trie: Use list.h for the list of leavesTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-12-07config: New BFS_COUNTOF macroTavian Barnes
2022-10-29trie: Make leaves into a linked listTavian Barnes
2022-04-16Source / Include Folder (#88)トトも
2022-01-18tests: Add missing license headersTavian Barnes
2022-01-18tests/trie: Fix "handling" typoTavian Barnes
2020-11-12Include what I useTavian Barnes
2020-06-09tests/trie: New acceptance test for triesTavian Barnes