amd: Disable surface modifier test on Windows
authorJames Park <jpark37@lagfreegames.com>
Wed, 3 Feb 2021 19:42:07 +0000 (11:42 -0800)
committerMarge Bot <eric+marge@anholt.net>
Thu, 4 Feb 2021 02:02:27 +0000 (02:02 +0000)
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8855>

src/amd/common/meson.build

index d433081..ad0df2a 100644 (file)
@@ -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(