summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/unit/Makefile')
-rw-r--r--src/gallium/tests/unit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile
index f65958dadd..345bd1f694 100644
--- a/src/gallium/tests/unit/Makefile
+++ b/src/gallium/tests/unit/Makefile
@@ -22,7 +22,8 @@ SOURCES = \
pipe_barrier_test.c \
u_cache_test.c \
u_half_test.c \
- u_format_test.c
+ u_format_test.c \
+ translate_test.c
OBJECTS = $(SOURCES:.c=.o)