mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 02:20:29 +01:00
translate: Add translate_test.c to SCons.
This is a follow-up to commit 945e38c73b,
which added translate_test.c to make.
This commit is contained in:
parent
04cfc6234c
commit
f7d7b080a1
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ progs = [
|
|||
'pipe_barrier_test',
|
||||
'u_cache_test',
|
||||
'u_format_test',
|
||||
'u_half_test'
|
||||
'u_half_test',
|
||||
'translate_test'
|
||||
]
|
||||
|
||||
for prog in progs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue