mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
u_format: move format tests to util/tests/
Suggested-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
da9937d09b
commit
7a4a75a185
5 changed files with 2 additions and 5 deletions
|
|
@ -13,8 +13,6 @@ if env['platform'] == 'freebsd8':
|
|||
progs = [
|
||||
'pipe_barrier_test',
|
||||
'u_cache_test',
|
||||
'u_format_test',
|
||||
'u_format_compatible_test',
|
||||
'u_half_test',
|
||||
'translate_test'
|
||||
]
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@
|
|||
# SOFTWARE.
|
||||
|
||||
foreach t : ['pipe_barrier_test', 'u_cache_test', 'u_half_test',
|
||||
'u_format_test', 'u_format_compatible_test', 'translate_test',
|
||||
'u_prim_verts_test' ]
|
||||
'translate_test', 'u_prim_verts_test']
|
||||
exe = executable(
|
||||
t,
|
||||
'@0@.c'.format(t),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
foreach t : ['srgb']
|
||||
foreach t : ['srgb', 'u_format_test', 'u_format_compatible_test']
|
||||
test(t,
|
||||
executable(
|
||||
t,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue