summaryrefslogtreecommitdiff
path: root/src/util/rb_tree_test.c
Commit message (Expand)AuthorAgeFilesLines
* util: Convert rb_tree_test to gtestCaio Marcelo de Oliveira Filho2021-10-201-229/+0
* util/rb_tree: Also test _safe iteratorsJason Ekstrand2019-09-261-0/+42
* util/rb_tree: Replace useless ifs with assertsJason Ekstrand2019-09-231-2/+2
* util/rb_tree: Reverse the order of comparison functionsJason Ekstrand2019-09-201-2/+2
* util/rb_tree: Add the unit testsJason Ekstrand2019-09-201-0/+187