17ec681f3Smrgforeach t : ['srgb', 'u_format_test', 'u_format_compatible_test']
27ec681f3Smrg  test(t,
37ec681f3Smrg    executable(
47ec681f3Smrg      t,
57ec681f3Smrg      '@0@.c'.format(t),
67ec681f3Smrg      include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
77ec681f3Smrg      dependencies : idep_mesautil,
87ec681f3Smrg    ),
97ec681f3Smrg    suite : 'format',
107ec681f3Smrg    should_fail : meson.get_cross_property('xfail', '').contains(t),
117ec681f3Smrg  )
127ec681f3Smrgendforeach
13