• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1foreach t : ['srgb', 'u_format_test', 'u_format_compatible_test']
2  test(t,
3    executable(
4      t,
5      '@0@.c'.format(t),
6      include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
7      dependencies : idep_mesautil,
8    ),
9    suite : 'format',
10    should_fail : meson.get_cross_property('xfail', '').contains(t),
11  )
12endforeach
13