Revert "glcpp: disable 'windows' tests"
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 27 Jan 2021 13:50:57 +0000 (08:50 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 28 Jan 2021 15:52:32 +0000 (15:52 +0000)
This reverts commit f7527f7f652814a700dddc13a5b737571248c86d.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8738>

src/compiler/glsl/glcpp/meson.build

index 9c40fd7..a7dce6d 100644 (file)
@@ -81,7 +81,7 @@ glcpp = executable(
 
 # FIXME: these fail on windows due to whitespace differences
 if with_any_opengl and with_tests and host_machine.system() != 'windows'
-  modes = ['unix', 'oldmac', 'bizarro']
+  modes = ['unix', 'windows', 'oldmac', 'bizarro']
   if dep_valgrind.found()
     modes += ['valgrind']
   endif