util/vector: Fix u_vector_foreach when head rolls over
[mesa.git] / src / util / meson.build
index 3d9cb1bc7bd7824aaab93a50e080b74b4147403d..0a3ad64d4ac2605f77337bbe94742ce9fd0a4f04 100644 (file)
@@ -288,4 +288,5 @@ if with_tests
   subdir('tests/set')
   subdir('tests/sparse_array')
   subdir('tests/format')
+  subdir('tests/vector')
 endif