summaryrefslogtreecommitdiffstats
path: root/tests/trie.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes19 hours1-1/+1
* tests: Add ../src to the include pathTavian Barnes19 hours1-3/+3
* tests: New bfs_check() macroTavian Barnes2024-02-291-22/+24
* tests: Merge unit test executables into oneTavian Barnes2024-01-121-2/+3
* Formatting fixesTavian Barnes2023-09-271-2/+2
* Use the new list macrosTavian Barnes2023-09-251-2/+2
* Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes2023-05-181-29/+27
* config: s/BFS_COUNTOF/countof/Tavian Barnes2023-05-101-1/+1
* list: Use macros instead of type-erased listsTavian Barnes2023-03-311-0/+2
* trie: Use list.h for the list of leavesTavian Barnes2023-03-291-2/+0
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* config: New BFS_COUNTOF macroTavian Barnes2022-12-071-1/+2
* trie: Make leaves into a linked listTavian Barnes2022-10-291-0/+15
* Source / Include Folder (#88)トトも2022-04-161-1/+1
* tests: Add missing license headersTavian Barnes2022-01-181-0/+16
* tests/trie: Fix "handling" typoTavian Barnes2022-01-181-1/+1
* Include what I useTavian Barnes2020-11-121-1/+0
* tests/trie: New acceptance test for triesTavian Barnes2020-06-091-0/+118