summaryrefslogtreecommitdiff
path: root/src/gallium/tests/unit/Makefile
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-08-11 15:57:37 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-08-11 16:27:58 +0200
commit945e38c73b46afc12b0655f9fc8200f216a8f8c1 (patch)
tree64555c64743cae051360202b5b84ecee3619322b /src/gallium/tests/unit/Makefile
parent16b45ca7cefb3432b4133fe9d0b1dbfe3f286131 (diff)
translate: add testsuite
Currently only checks all possible format conversions, and doesn't attempt to test whether multiple buffers/elements or indices work.
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)