aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
authorAndres Gomez <[email protected]>2020-04-22 16:36:33 +0300
committerMarge Bot <[email protected]>2020-04-24 20:01:31 +0000
commit375c7a3863d141491bd81ca96605c709af118074 (patch)
tree77264bd7c9a2a9e38a473d02445ad3d86837eb2b /src/util/meson.build
parentcb055c6ca450768ded778e5a6797dd82b0a3d780 (diff)
Revert "meson,ci: Disable sparse_array tests on windows"
The Wine version in the build image has been upgraded. This reverts commit 6be65b077743fc80efe061b1e05cb13b2ff1a6b1. Reviewed-by: Michel Dänzer <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4678>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r--src/util/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/util/meson.build b/src/util/meson.build
index 68ae31f421b..2851c0c9880 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -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