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:
Vinson Lee 2010-08-11 12:18:25 -07:00
parent 04cfc6234c
commit f7d7b080a1

View file

@ -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: