radv/tests: require drm-shim and use it instead of RADV_FORCE_FAMILY

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38507>
This commit is contained in:
Samuel Pitoiset 2025-11-18 14:46:21 +01:00 committed by Marge Bot
parent 8fd91a1ee9
commit b2a13ce92c
4 changed files with 11 additions and 7 deletions

View file

@ -370,6 +370,9 @@ endif
if with_radv_tests and not with_amd_vk
error('RADV tests require RADV')
endif
if with_radv_tests and not with_tools.contains('drm-shim')
error('RADV tests require AMDGPU drm-shim')
endif
with_microsoft_clc = get_option('microsoft-clc').enabled()
with_spirv_to_dxil = get_option('spirv-to-dxil')