From 49d77357eab13f8a58c2c6be00a718a8c1097880 Mon Sep 17 00:00:00 2001 From: James Park Date: Wed, 3 Feb 2021 11:42:07 -0800 Subject: [PATCH] amd: Disable surface modifier test on Windows Reviewed-by: Bas Nieuwenhuizen Part-of: --- src/amd/common/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build index d433081..ad0df2a 100644 --- a/src/amd/common/meson.build +++ b/src/amd/common/meson.build @@ -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( -- 2.7.4