Revert "meson,ci: Disable sparse_array tests on windows"
[mesa.git] / src / util / meson.build
index 68ae31f421b20bc01f1d51ae285459d3cb9d923c..2851c0c9880bf407c8c846710bf036611c01f3c7 100644 (file)
@@ -315,10 +315,7 @@ if with_tests
   endif
   subdir('tests/vma')
   subdir('tests/set')
-  # FIXME: this test on the Wine version in GitLab CI
-  if host_machine.system() != 'windows'
-    subdir('tests/sparse_array')
-  endif
+  subdir('tests/sparse_array')
   subdir('tests/format')
   subdir('tests/vector')
 endif