Revert "glcpp: disable 'windows' tests"

This reverts commit f7527f7f65.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8738>
This commit is contained in:
Mike Blumenkrantz 2021-01-27 08:50:57 -05:00 committed by Marge Bot
parent 514b17235f
commit 6a29632dd2
1 changed files with 1 additions and 1 deletions

View 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