util: Convert cache test to use gtest
authorCaio Oliveira <caio.oliveira@intel.com>
Fri, 3 Dec 2021 21:34:08 +0000 (13:34 -0800)
committerMarge Bot <emma+marge@anholt.net>
Sat, 11 Dec 2021 08:06:10 +0000 (08:06 +0000)
commit51351760c27207d3c49b4cea0984bfd2949b1577
tree29103e5d0cb4379eeaae521a5020ac8aad517269
parent88e97d75d06c5edc598712f80cc3afa44e2c5cd9
util: Convert cache test to use gtest

Replace a bunch of helper functions for checking results with ones
from GTest.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14054>
src/util/meson.build
src/util/tests/cache/meson.build [deleted file]
src/util/tests/cache_test.cpp [moved from src/util/tests/cache/cache_test.c with 70% similarity]