spirv_backend_tests = [
    'native-spirv-builtins.mlir',
]
 
# Exclude SPIRV backend tests if SPIRV target is disabled: 
if(not config.run_xevm_tests):
    config.excludes.update(spirv_backend_tests)
