Commit graph

11 commits

Author SHA1 Message Date
Bruno BELANYI d94d848669 tests: vector: augment size of input vector
Mostly to actually test the intro_sort function
2020-11-30 11:34:27 +01:00
Bruno BELANYI ca3f8d0afd tests: vector: add sort-related tests 2020-11-30 11:34:27 +01:00
Bruno BELANYI d3c8f05ffc tests: vector: test heap-related functions 2020-11-26 14:52:24 +01:00
Bruno BELANYI 6f04d4b9df tests: add vector tests
We want to explicitly check overflows, so we need to enable that with
ASan.
2020-11-26 14:52:24 +01:00
Bruno BELANYI 0126fcd544 tests: avl: test range mapping function 2020-11-24 19:45:48 +01:00
Bruno BELANYI 9e0706a7f3 tests: avl: test mapping functions 2020-11-24 19:45:48 +01:00
Bruno BELANYI 564aae3d55 tests: avl: test merging functions 2020-11-24 19:45:48 +01:00
Bruno BELANYI d35bd77e20 tests: add intrusive AVL tests 2020-11-24 19:45:48 +01:00
Bruno BELANYI 013981b79b tests: list: test 'empty' predicate 2020-11-24 19:40:43 +01:00
Bruno BELANYI 5a97ab4d37 tests: list: use FOREACH_ENTRY macro 2020-11-24 19:40:43 +01:00
Bruno BELANYI 67ae3d45ee tests: add intrusive list tests 2020-11-24 19:40:43 +01:00