util/format: add trivial srgb<->linear conversion test
[mesa.git] / src / util / tests / format / meson.build
1 foreach t : ['srgb']
2 test(t,
3 executable(
4 t,
5 '@0@.c'.format(t),
6 include_directories : inc_common,
7 dependencies : idep_mesautil,
8 ),
9 suite : 'format',
10 should_fail : meson.get_cross_property('xfail', '').contains(t),
11 )
12 endforeach