diff options
author | Luca Barbieri <[email protected]> | 2010-08-11 15:57:37 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-08-11 16:27:58 +0200 |
commit | 945e38c73b46afc12b0655f9fc8200f216a8f8c1 (patch) | |
tree | 64555c64743cae051360202b5b84ecee3619322b /src/gallium/tests/unit/Makefile | |
parent | 16b45ca7cefb3432b4133fe9d0b1dbfe3f286131 (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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/tests/unit/Makefile b/src/gallium/tests/unit/Makefile index f65958dadd5..345bd1f6941 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) |