1spirv_backend_tests = [2 'native-spirv-builtins.mlir',3]4 5# Exclude SPIRV backend tests if SPIRV target is disabled: 6if(not config.run_xevm_tests):7 config.excludes.update(spirv_backend_tests)8