util/rb_tree: Add the unit tests
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 19 Sep 2019 20:05:51 +0000 (15:05 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 20 Sep 2019 17:37:25 +0000 (17:37 +0000)
commitd35d7346d2446d8638b90425607c3f25fc339008
tree69073d5e555149fb88b69f1a661ab1827b145bc9
parent3c1a24de076ac47417d8942e3d8c7168006fc94f
util/rb_tree: Add the unit tests

When I wrote the red-black tree implementation, I wrote tests for it but
they never got imported into mesa.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/util/meson.build
src/util/rb_tree_test.c [new file with mode: 0644]