From 945e38c73b46afc12b0655f9fc8200f216a8f8c1 Mon Sep 17 00:00:00 2001 From: Luca Barbieri Date: Wed, 11 Aug 2010 15:57:37 +0200 Subject: translate: add testsuite Currently only checks all possible format conversions, and doesn't attempt to test whether multiple buffers/elements or indices work. --- src/gallium/tests/unit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/tests/unit/Makefile') 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) -- cgit v1.2.3