util/set: add a basic unit test
[mesa.git] / src / util / meson.build
index 1838719d27154a573168b21a9ae0e3b124bb0e2d..8c91be8539cceb69e740f0a94d8d7132101b800a 100644 (file)
@@ -164,4 +164,5 @@ if with_tests
   subdir('tests/hash_table')
   subdir('tests/string_buffer')
   subdir('tests/vma')
+  subdir('tests/set')
 endif