Skip to content

util: Convert cache test to use gtest

Caio Oliveira requested to merge cmarcelo/mesa:util-cache-gtest into main

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

And also use ralloc for strings in cache test -- which as a side-effect avoids previous warnings about asprintf result not being checked.

Merge request reports