util: Add tests for fast integer division by constants
[mesa.git] / src / util / meson.build
index 9a99d60c158a86ae1691e25465991299a561bb17..49d84c16ebe07b96a14c44de8fd311d5fbb98cbf 100644 (file)
@@ -35,6 +35,8 @@ files_mesa_util = files(
   'debug.h',
   'disk_cache.c',
   'disk_cache.h',
+  'fast_idiv_by_const.c',
+  'fast_idiv_by_const.h',
   'format_r11g11b10f.h',
   'format_rgb9e5.h',
   'format_srgb.h',
@@ -168,6 +170,7 @@ if with_tests
     )
   )
 
+  subdir('tests/fast_idiv_by_const')
   subdir('tests/hash_table')
   subdir('tests/string_buffer')
   subdir('tests/vma')