mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 11:40:28 +01:00
amd: Disable surface modifier test on Windows
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8855>
This commit is contained in:
parent
fdfd316d5b
commit
49d77357ea
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ libamd_common = static_library(
|
|||
idep_amdgfxregs_h = declare_dependency(sources : [amdgfxregs_h])
|
||||
|
||||
|
||||
if with_tests
|
||||
if with_tests and not with_platform_windows
|
||||
test(
|
||||
'ac_surface_modifier_test',
|
||||
executable(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue