Revert "meson: add enable-glcpp-tests option"
This reverts commit f9ae947e72
.
Not needed anymore.
Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9528>
This commit is contained in:
@@ -80,7 +80,7 @@ glcpp = executable(
|
||||
)
|
||||
|
||||
# FIXME: these fail on windows due to whitespace differences
|
||||
if with_any_opengl and with_tests and host_machine.system() != 'windows' and with_glcpp_tests
|
||||
if with_any_opengl and with_tests and host_machine.system() != 'windows'
|
||||
modes = ['unix', 'windows', 'oldmac', 'bizarro']
|
||||
|
||||
# For some unfathomable reason, three out of these four tests often time out
|
||||
|
Reference in New Issue
Block a user